Udostępnij za pośrednictwem


DigitalTwinsGetComponentResponse type

Zawiera dane odpowiedzi dla operacji getComponent.

type DigitalTwinsGetComponentResponse = DigitalTwinsGetComponentHeaders & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: any
    parsedHeaders: DigitalTwinsGetComponentHeaders
  }
  body: any
}