Bagikan melalui


DigitalTwinsGetComponentResponse type

Berisi data respons untuk operasi getComponent.

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