Show / Hide Table of Contents

Class CustomChannel

Representation of a custom channel.

Inheritance
System.Object
CustomChannel
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Adsense.v2.Data
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class CustomChannel : IDirectResponseSchema

Properties

DisplayName

Display name of the custom channel.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

ReportingDimensionId

Output only. Unique ID of the custom channel as used in the CUSTOM_CHANNEL_ID reporting dimension.

Declaration
[JsonProperty("reportingDimensionId")]
public virtual string ReportingDimensionId { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top