Partager via


DevicesGetAllDeviceTagsNextResponse type

Contains response data for the getAllDeviceTagsNext operation.

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