ModelListHierarchicalEntityRolesResponse type
Innehåller svarsdata för åtgärden listHierarchicalEntityRoles.
type ModelListHierarchicalEntityRolesResponse = EntityRole[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole[]
}
}