Class SavedReport
public class SavedReport : IDirectResponseSchema
- Inheritance
-
SavedReport
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
SavedReport()
public SavedReport()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Id
Unique identifier of this saved report.
public virtual string Id { get; set; }
Property Value
Kind
Kind of resource this is, in this case adsense#savedReport.
public virtual string Kind { get; set; }
Property Value
Name
This saved report's name.
public virtual string Name { get; set; }