ModelAddEntityChildResponse type
Zawiera dane odpowiedzi dla operacji addEntityChild.
type ModelAddEntityChildResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}