Class SiteContact
Site Contact
Inheritance
object
SiteContact
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.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 |
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 |
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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 |