Show / Hide Table of Contents

Class CivicinfoSchemaV2GeographicDivision

Describes a political geography.

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

Properties

AlsoKnownAs

Any other valid OCD IDs that refer to the same division.\n\nBecause OCD IDs are meant to be human-readable and at least somewhat predictable, there are occasionally several identifiers for a single division. These identifiers are defined to be equivalent to one another, and one is always indicated as the primary identifier. The primary identifier will be returned in ocd_id above, and any other equivalent valid identifiers will be returned in this list.\n\nFor example, if this division's OCD ID is ocd-division/country:us/district:dc, this will contain ocd-division/country:us/state:dc.

Declaration
[JsonProperty("alsoKnownAs")]
public virtual IList<string> AlsoKnownAs { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

Name

The name of the division.

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

OfficeIndices

List of indices in the offices array, one for each office elected from this division. Will only be present if includeOffices was true (or absent) in the request.

Declaration
[JsonProperty("officeIndices")]
public virtual IList<long?> OfficeIndices { get; set; }
Property Value
Type Description
IList<long?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX