共用方式為


DigitalTwinsGetByIdResponse type

包含 getById 作業的回應資料。

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