DigitalTwinsGetRelationshipByIdResponse type

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

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