roles property

List<String>? roles
getter/setter pair

The roles which this office fulfills.

Roles are not meant to be exhaustive, or to exactly specify the entire set of responsibilities of a given office, but are meant to be rough categories that are useful for general selection from or sorting of a list of offices.

Implementation

core.List<core.String>? roles;