DigitalTwinsGetComponentResponse type
getComponent 操作の応答データが含まれます。
type DigitalTwinsGetComponentResponse = DigitalTwinsGetComponentHeaders & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: any
parsedHeaders: DigitalTwinsGetComponentHeaders
}
body: any
}