DevicesGetDeviceClassDeviceIdsNextResponse type

getDeviceClassDeviceIdsNext 操作の応答データを格納します。

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