Show / Hide Table of Contents

Class CustomChannels

Inheritance
object
CustomChannels
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdSenseHost.v4_1.Data
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class CustomChannels : IDirectResponseSchema

Properties

ETag

ETag of this response for caching purposes.

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

Items

The custom channels returned in this list response.

Declaration
[JsonProperty("items")]
public virtual IList<CustomChannel> Items { get; set; }
Property Value
Type Description
IList<CustomChannel>

Kind

Kind of list this is, in this case adsensehost#customChannels.

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

NextPageToken

Continuation token used to page through custom 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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX