Show / Hide Table of Contents

Class PlatformChildSite

Representation of a Transparent Platform Child Site.

Inheritance
object
PlatformChildSite
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.AdSensePlatform.v1alpha.Data
Assembly: Google.Apis.AdSensePlatform.v1alpha.dll
Syntax
public class PlatformChildSite : IDirectResponseSchema

Properties

Domain

Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name.

Declaration
[JsonProperty("domain")]
public virtual string Domain { 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

Name

Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}

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

PlatformGroup

Resource name of the Platform Group of the Platform Child Site.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX