Show / Hide Table of Contents

Class AdUnits

Inheritance
object
AdUnits
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 AdUnits : 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 units returned in this list response.

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

Kind

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

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

NextPageToken

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