ModelGetHierarchicalEntityRoleResponse type
Contiene i dati di risposta per l'operazione getHierarchicalEntityRole.
type ModelGetHierarchicalEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}