Show / Hide Table of Contents

Class PlatformGroup

Representation of a Transparent Platform Group.

Inheritance
object
PlatformGroup
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX