Class SiteContact
Site Contact
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class SiteContact : IDirectResponseSchema
Properties
Address
Address of this site contact.
Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
Type | Description |
---|---|
string |
ContactType
Site contact type.
Declaration
[JsonProperty("contactType")]
public virtual string ContactType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Email address of this site contact. This is a required field.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstName
First name of this site contact.
Declaration
[JsonProperty("firstName")]
public virtual string FirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
ID of this site contact. This is a read-only, auto-generated field.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
LastName
Last name of this site contact.
Declaration
[JsonProperty("lastName")]
public virtual string LastName { get; set; }
Property Value
Type | Description |
---|---|
string |
Phone
Primary phone number of this site contact.
Declaration
[JsonProperty("phone")]
public virtual string Phone { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Title or designation of this site contact.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |