Class CustomChannel
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
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
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
Kind
Kind of resource this is, in this case adsense#customChannel.
public virtual string Kind { get; set; }
Property Value
Name
Name of this custom channel.
public virtual string Name { get; set; }
Property Value
TargetingInfo
The targeting information of this custom channel, if activated.
public virtual CustomChannel.TargetingInfoData TargetingInfo { get; set; }