ModelAddEntityChildResponse type

Obsahuje data odpovědi pro operaci addEntityChild.

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