ModelAddEntityChildResponse type
Contém dados de resposta para a operação addEntityChild.
type ModelAddEntityChildResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}