共用方式為


ModelAddEntityChildResponse type

包含 addEntityChild 作業的響應數據。

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