UpdatesGetNamesResponse type
Содержит данные ответа для операции getNames.
type UpdatesGetNamesResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}