Class PlatformChildSite
Representation of a Transparent Platform Child Site.
Implements
Inherited Members
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 |