共用方式為


DevicesGetDeviceClassDeviceIdsNextResponse type

包含 getDeviceClassDeviceIdsNext作的響應數據。

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