DigitalTwinsGetRelationshipByIdResponse type

Contains response data for the getRelationshipById operation.

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