ModelAddCompositeEntityChildResponse type

addCompositeEntityChild 操作の応答データを格納します。

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