Table of Contents

Class SavedAdStyles

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll
public class SavedAdStyles : IDirectResponseSchema
Inheritance
SavedAdStyles
Implements
IDirectResponseSchema
Inherited Members

Constructors

SavedAdStyles()

public SavedAdStyles()

Properties

ETag

ETag of this response for caching purposes.

public virtual string ETag { get; set; }

Property Value

string

Items

The saved ad styles returned in this list response.

public virtual IList<SavedAdStyle> Items { get; set; }

Property Value

IList<SavedAdStyle>

Kind

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

public virtual string Kind { get; set; }

Property Value

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.

public virtual string NextPageToken { get; set; }

Property Value

string