ModelListHierarchicalEntityRolesResponse type
Contiene i dati di risposta per l'operazione listHierarchicalEntityRoles.
type ModelListHierarchicalEntityRolesResponse = EntityRole[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole[]
}
}