Bagikan melalui


DigitalTwinsGetRelationshipByIdResponse type

Berisi data respons untuk operasi getRelationshipById.

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