Partager via


DigitalTwinsGetRelationshipByIdResponse type

Contient des données de réponse pour l’opération getRelationshipById.

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