Show / Hide Table of Contents

Class DirectorySiteContact

Contains properties of a Site Directory contact.

Inheritance
System.Object
DirectorySiteContact
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_2.Data
Assembly: Google.Apis.Dfareporting.v3_2.dll
Syntax
public class DirectorySiteContact : IDirectResponseSchema

Properties

Address

Address of this directory site contact.

Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
Type Description
System.String

Email

Email address of this directory site contact.

Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

FirstName

First name of this directory site contact.

Declaration
[JsonProperty("firstName")]
public virtual string FirstName { get; set; }
Property Value
Type Description
System.String

Id

ID of this directory site contact. This is a read-only, auto-generated field.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Kind

Identifies what kind of resource this is. Value: the fixed string "dfareporting#directorySiteContact".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

LastName

Last name of this directory site contact.

Declaration
[JsonProperty("lastName")]
public virtual string LastName { get; set; }
Property Value
Type Description
System.String

Phone

Phone number of this directory site contact.

Declaration
[JsonProperty("phone")]
public virtual string Phone { get; set; }
Property Value
Type Description
System.String

Role

Directory site contact role.

Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type Description
System.String

Title

Title or designation of this directory site contact.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
System.String

Type

Directory site contact type.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top