ModelAddEntityChildResponse type

يحتوي على بيانات الاستجابة لعملية addEntityChild.

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