officials property

List<Official>? officials
getter/setter pair

Officials holding the offices listed above.

Will only be present if includeOffices was true in the request.

Implementation

core.List<Official>? officials;