Show / Hide Table of Contents

Class UrlChannels

Inheritance
System.Object
UrlChannels
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.v1_4.Data
Assembly: Google.Apis.AdSense.v1_4.dll
Syntax
public class UrlChannels : IDirectResponseSchema

Properties

ETag

ETag of this response for caching purposes.

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

Items

The URL channels returned in this list response.

Declaration
[JsonProperty("items")]
public virtual IList<UrlChannel> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<UrlChannel>

Kind

Kind of list this is, in this case adsense#urlChannels.

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

NextPageToken

Continuation token used to page through URL channels. To retrieve the next page of results, set the next request's "pageToken" value to this.

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

Implements

IDirectResponseSchema
Back to top