Show / Hide Table of Contents

Class AdClients

Inheritance
object
AdClients
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 AdClients : 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 ad clients returned in this list response.

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

Kind

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

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

NextPageToken

Continuation token used to page through ad clients. 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