Freigeben über


DigitalTwinsGetRelationshipByIdResponse type

Enthält Antwortdaten für den GetRelationshipById-Vorgang.

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