UpdatesGetNamesResponse type
Bevat antwoordgegevens voor de bewerking getNames.
type UpdatesGetNamesResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}