Freigeben über


DevicesGetAllDevicesResponse type

Enthält Antwortdaten für den getAllDevices-Vorgang.

type DevicesGetAllDevicesResponse = PageableListOfDevices & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfDevices
  }
}