Show / Hide Table of Contents

Class CivicinfoSchemaV2Election

Information about the election that was queried.

Inheritance
object
CivicinfoSchemaV2Election
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CivicInfo.v2.Data
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class CivicinfoSchemaV2Election : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ElectionDay

Day of the election in YYYY-MM-DD format.

Declaration
[JsonProperty("electionDay")]
public virtual string ElectionDay { get; set; }
Property Value
Type Description
string

Id

The unique ID of this election.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

Name

A displayable name for the election.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OcdDivisionId

The political division of the election. Represented as an OCD Division ID. Voters within these political jurisdictions are covered by this election. This is typically a state such as ocd-division/country:us/state:ca or for the midterms or general election the entire US (i.e. ocd-division/country:us).

Declaration
[JsonProperty("ocdDivisionId")]
public virtual string OcdDivisionId { get; set; }
Property Value
Type Description
string

ShapeLookupBehavior

Declaration
[JsonProperty("shapeLookupBehavior")]
public virtual string ShapeLookupBehavior { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX