Class UrlChannel
public class UrlChannel : IDirectResponseSchema
- Inheritance
-
UrlChannel
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
UrlChannel()
public UrlChannel()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Id
Unique identifier of this URL 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#urlChannel.
public virtual string Kind { get; set; }
Property Value
UrlPattern
URL Pattern of this URL channel. Does not include "http://" or "https://". Example: www.example.com/home
public virtual string UrlPattern { get; set; }