Class SavedReports
public class SavedReports : IDirectResponseSchema
- Inheritance
-
SavedReports
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
SavedReports()
public SavedReports()
Properties
ETag
ETag of this response for caching purposes.
public virtual string ETag { get; set; }
Property Value
Items
The saved reports returned in this list response.
public virtual IList<SavedReport> Items { get; set; }
Property Value
Kind
Kind of list this is, in this case adsense#savedReports.
public virtual string Kind { get; set; }
Property Value
NextPageToken
Continuation token used to page through saved reports. To retrieve the next page of results, set the next request's "pageToken" value to this.
public virtual string NextPageToken { get; set; }