DigitalTwinsGetRelationshipByIdResponse type
Contiene datos de respuesta para la operación getRelationshipById.
type DigitalTwinsGetRelationshipByIdResponse =
DigitalTwinsGetRelationshipByIdHeaders & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: any
parsedHeaders: DigitalTwinsGetRelationshipByIdHeaders
}
body: any
}