DigitalTwinsGetComponentResponse type
A getComponent művelet válaszadatait tartalmazza.
type DigitalTwinsGetComponentResponse = DigitalTwinsGetComponentHeaders & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: any
parsedHeaders: DigitalTwinsGetComponentHeaders
}
body: any
}