共用方式為


DevicesGetDeviceClassDeviceIdsResponse type

包含 getDeviceClassDeviceIds作的響應數據。

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