Class PlatformGroup
Representation of a Transparent Platform Group.
Implements
Inherited Members
Namespace: Google.Apis.AdSensePlatform.v1alpha.Data
Assembly: Google.Apis.AdSensePlatform.v1alpha.dll
Syntax
public class PlatformGroup : IDirectResponseSchema
Properties
Description
Output only. Description of the PlatformGroup.
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. Format: accounts/{account}/platforms/{platform}/groups/{platform_group}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RevshareMillipercent
The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).
Declaration
[JsonProperty("revshareMillipercent")]
public virtual Decimal RevshareMillipercent { get; set; }
Property Value
Type | Description |
---|---|
Decimal |