referendumBallotResponses property

List<String>? referendumBallotResponses
getter/setter pair

The set of ballot responses for the referendum.

A ballot response represents a line on the ballot. Common examples might include "yes" or "no" for referenda. This field is only populated for contests of type 'Referendum'.

Implementation

core.List<core.String>? referendumBallotResponses;