Show / Hide Table of Contents

Class Platform

Representation of a Transparent Platform.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX