Sdílet prostřednictvím


DevicesGetDeviceClassDeviceIdsNextResponse type

Obsahuje data odpovědi pro operaci getDeviceClassDeviceIdsNext.

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