Freigeben über


DevicesGetDeviceTagResponse type

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

type DevicesGetDeviceTagResponse = DeviceTag & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: DeviceTag
  }
}