Show / Hide Table of Contents

Class Site

Contains properties of a site.

Inheritance
object
Site
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.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class Site : IDirectResponseSchema

Properties

AccountId

Account ID of this site. This is a read-only field that can be left blank.

Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
Type Description
long?

Approved

Whether this site is approved.

Declaration
[JsonProperty("approved")]
public virtual bool? Approved { get; set; }
Property Value
Type Description
bool?

DirectorySiteId

Directory site associated with this site. This is a required field that is read-only after insertion.

Declaration
[JsonProperty("directorySiteId")]
public virtual long? DirectorySiteId { get; set; }
Property Value
Type Description
long?

DirectorySiteIdDimensionValue

Dimension value for the ID of the directory site. This is a read-only, auto-generated field.

Declaration
[JsonProperty("directorySiteIdDimensionValue")]
public virtual DimensionValue DirectorySiteIdDimensionValue { get; set; }
Property Value
Type Description
DimensionValue

ETag

The ETag of the item.

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

Id

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

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

IdDimensionValue

Dimension value for the ID of this site. This is a read-only, auto-generated field.

Declaration
[JsonProperty("idDimensionValue")]
public virtual DimensionValue IdDimensionValue { get; set; }
Property Value
Type Description
DimensionValue

KeyName

Key name of this site. This is a read-only, auto-generated field.

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

Kind

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

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

Name

Name of this site.This is a required field. Must be less than 128 characters long. If this site is under a subaccount, the name must be unique among sites of the same subaccount. Otherwise, this site is a top-level site, and the name must be unique among top-level sites of the same account.

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

SiteContacts

Site contacts.

Declaration
[JsonProperty("siteContacts")]
public virtual IList<SiteContact> SiteContacts { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><SiteContact>

SiteSettings

Site-wide settings.

Declaration
[JsonProperty("siteSettings")]
public virtual SiteSettings SiteSettings { get; set; }
Property Value
Type Description
SiteSettings

SubaccountId

Subaccount ID of this site. This is a read-only field that can be left blank.

Declaration
[JsonProperty("subaccountId")]
public virtual long? SubaccountId { get; set; }
Property Value
Type Description
long?

VideoSettings

Default video settings for new placements created under this site. This value will be used to populate the placements.videoSettings field, when no value is specified for the new placement.

Declaration
[JsonProperty("videoSettings")]
public virtual SiteVideoSettings VideoSettings { get; set; }
Property Value
Type Description
SiteVideoSettings

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX