ModelAddCompositeEntityChildResponse type
Contains response data for the addCompositeEntityChild operation.
type ModelAddCompositeEntityChildResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}