DigitalTwinsGetRelationshipByIdResponse type
包含 getRelationshipById 作業的回應資料。
type DigitalTwinsGetRelationshipByIdResponse =
DigitalTwinsGetRelationshipByIdHeaders & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: any
parsedHeaders: DigitalTwinsGetRelationshipByIdHeaders
}
body: any
}