UpdatesGetNamesNextResponse type
Contains response data for the getNamesNext operation.
type UpdatesGetNamesNextResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}