UpdatesGetNamesNextResponse type
getNamesNext 操作の応答データが含まれます。
type UpdatesGetNamesNextResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}