Class Platform
Representation of a Transparent Platform.
Implements
Inherited Members
Namespace: Google.Apis.AdSensePlatform.v1alpha.Data
Assembly: Google.Apis.AdSensePlatform.v1alpha.dll
Syntax
public class Platform : IDirectResponseSchema
Properties
DefaultPlatformGroup
Default platform group for the platform.
Declaration
[JsonProperty("defaultPlatformGroup")]
public virtual string DefaultPlatformGroup { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Output only. Description of the platform.
Declaration
[JsonProperty("description")]
public virtual string Description { 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. Resource name of a platform. Format: accounts/{account}/platforms/{platform}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |