Class Official
Information about a person holding an elected office.
Implements
Inherited Members
Namespace: Google.Apis.CivicInfo.v2.Data
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class Official : IDirectResponseSchema
Properties
Address
Addresses at which to contact the official.
Declaration
[JsonProperty("address")]
public virtual IList<SimpleAddressType> Address { get; set; }
Property Value
Type | Description |
---|---|
IList<SimpleAddressType> |
Channels
A list of known (social) media channels for this official.
Declaration
[JsonProperty("channels")]
public virtual IList<Channel> Channels { get; set; }
Property Value
Type | Description |
---|---|
IList<Channel> |
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> |