Show / Hide Table of Contents

Class CivicinfoSchemaV2AdministrationRegion

Describes information about a regional election administrative area.

Inheritance
object
CivicinfoSchemaV2AdministrationRegion
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 CivicinfoSchemaV2AdministrationRegion : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ElectionAdministrationBody

The election administration body for this area.

Declaration
[JsonProperty("electionAdministrationBody")]
public virtual CivicinfoSchemaV2AdministrativeBody ElectionAdministrationBody { get; set; }
Property Value
Type Description
CivicinfoSchemaV2AdministrativeBody

LocalJurisdiction

The city or county that provides election information for this voter. This object can have the same elements as state.

Declaration
[JsonProperty("local_jurisdiction")]
public virtual CivicinfoSchemaV2AdministrationRegion LocalJurisdiction { get; set; }
Property Value
Type Description
CivicinfoSchemaV2AdministrationRegion

Name

The name of the jurisdiction.

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

Sources

A list of sources for this area. If multiple sources are listed the data has been aggregated from those sources.

Declaration
[JsonProperty("sources")]
public virtual IList<CivicinfoSchemaV2Source> Sources { get; set; }
Property Value
Type Description
IList<CivicinfoSchemaV2Source>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX