Partager via


DigitalTwinsGetComponentResponse type

Contient des données de réponse pour l’opération getComponent.

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