type TVoterInfoResponse = class(TGoogleBaseObject) |
protected |
procedure Setcontests(); virtual; |
procedure SetdropOffLocations(); virtual; |
procedure SetearlyVoteSites(); virtual; |
procedure Setelection(); virtual; |
procedure Setkind(); virtual; |
procedure SetmailOnly(); virtual; |
procedure SetnormalizedInput(); virtual; |
procedure SetotherElections(); virtual; |
procedure SetpollingLocations(); virtual; |
procedure SetprecinctId(); virtual; |
procedure Setstate(); virtual; |
published |
property contests: TVoterInfoResponseTypecontestsArray; [rw] |
property dropOffLocations: TVoterInfoResponseTypedropOffLocationsArray; [rw] |
property earlyVoteSites: TVoterInfoResponseTypeearlyVoteSitesArray; [rw] |
property election: TElection; [rw] |
property kind: string; [rw] |
property mailOnly: Boolean; [rw] |
property normalizedInput: TSimpleAddressType; [rw] |
property otherElections: TVoterInfoResponseTypeotherElectionsArray; [rw] |
property pollingLocations: TVoterInfoResponseTypepollingLocationsArray; [rw] |
property precinctId: string; [rw] |
property state: TVoterInfoResponseTypestateArray; [rw] |
end; |