UpdatesGetNamesResponse type

getNames 操作の応答データが含まれます。

type UpdatesGetNamesResponse = PageableListOfStrings & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfStrings
  }
}