Aracılığıyla paylaş


DevicesGetDeviceTagResponse type

getDeviceTag işlemi için yanıt verilerini içerir.

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