Freigeben über


DevicesGetAllDeviceTagsResponse type

Contains response data for the getAllDeviceTags operation.

type DevicesGetAllDeviceTagsResponse = PageableListOfDeviceTags & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfDeviceTags
  }
}