Class GeographicDivision
Describes a political geography.
Implements
Inherited Members
Namespace: Google.Apis.CivicInfo.v2.Data
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class GeographicDivision : 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?> |