共用方式為


ModelAddEntityChildResponse type

包含 addEntityChild 作業的回應資料。

type ModelAddEntityChildResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}