UpdatesGetNamesNextResponse type
包含 getNamesNext作的响应数据。
type UpdatesGetNamesNextResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}