Condividi tramite


ModelAddEntityChildResponse type

Contiene i dati di risposta per l'operazione addEntityChild.

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