Table of Contents

Class CustomChannel

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll
public class CustomChannel : IDirectResponseSchema
Inheritance
CustomChannel
Implements
IDirectResponseSchema
Inherited Members

Constructors

CustomChannel()

public CustomChannel()

Properties

Code

Code of this custom channel, not necessarily unique across ad clients.

public virtual string Code { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Id

Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.

public virtual string Id { get; set; }

Property Value

string

Kind

Kind of resource this is, in this case adsense#customChannel.

public virtual string Kind { get; set; }

Property Value

string

Name

Name of this custom channel.

public virtual string Name { get; set; }

Property Value

string

TargetingInfo

The targeting information of this custom channel, if activated.

public virtual CustomChannel.TargetingInfoData TargetingInfo { get; set; }

Property Value

CustomChannel.TargetingInfoData