Show / Hide Table of Contents

Class CivicinfoApiprotosV2ElectionsQueryResponse

The list of elections available for this version of the API.

Inheritance
object
CivicinfoApiprotosV2ElectionsQueryResponse
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 CivicinfoApiprotosV2ElectionsQueryResponse : 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<CivicinfoSchemaV2Election> Elections { get; set; }
Property Value
Type Description
IList<CivicinfoSchemaV2Election>

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX