ModelCreateHierarchicalEntityRoleResponse type
Contiene datos de respuesta para la operación createHierarchicalEntityRole.
type ModelCreateHierarchicalEntityRoleResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}