Table of Contents

Class UrlChannel

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll
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

string

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

string

Kind

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

public virtual string Kind { get; set; }

Property Value

string

UrlPattern

URL Pattern of this URL channel. Does not include "http://" or "https://". Example: www.example.com/home

public virtual string UrlPattern { get; set; }

Property Value

string