DevicesGetDeviceClassDeviceIdsResponse type

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

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