ModelListHierarchicalEntityRolesResponse type
Contains response data for the listHierarchicalEntityRoles operation.
type ModelListHierarchicalEntityRolesResponse = EntityRole[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole[]
}
}