Show / Hide Table of Contents

Class CivicinfoSchemaV2Official

Information about a person holding an elected office.

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

Properties

Address

Addresses at which to contact the official.

Declaration
[JsonProperty("address")]
public virtual IList<CivicinfoSchemaV2SimpleAddressType> Address { get; set; }
Property Value
Type Description
IList<CivicinfoSchemaV2SimpleAddressType>

Channels

A list of known (social) media channels for this official.

Declaration
[JsonProperty("channels")]
public virtual IList<CivicinfoSchemaV2Channel> Channels { get; set; }
Property Value
Type Description
IList<CivicinfoSchemaV2Channel>

ETag

The ETag of the item.

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

Emails

The direct email addresses for the official.

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

Name

The official's name.

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

Party

The full name of the party the official belongs to.

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

Phones

The official's public contact phone numbers.

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

PhotoUrl

A URL for a photo of the official.

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

Urls

The official's public website URLs.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX