DigitalTwinsGetByIdResponse type

getById 操作の応答データを格納します。

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