Condividi tramite


ModelCreateHierarchicalEntityRoleResponse type

Contiene i dati di risposta per l'operazione createHierarchicalEntityRole.

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