ModelAddEntityChildResponse type
Содержит данные ответа для операции addEntityChild.
type ModelAddEntityChildResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}