UpdatesGetNamesResponse type
getNames işlemi için yanıt verilerini içerir.
type UpdatesGetNamesResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}