Class ElectionsQueryResponse
The list of elections available for this version of the API.
Implements
Inherited Members
Namespace: Google.Apis.CivicInfo.v2.Data
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class ElectionsQueryResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Elections
A list of available elections
Declaration
[JsonProperty("elections")]
public virtual IList<Election> Elections { get; set; }
Property Value
Type | Description |
---|---|
IList<Election> |
Kind
Identifies what kind of resource this is. Value: the fixed string "civicinfo#electionsQueryResponse".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |