Class Alerts
public class Alerts : IDirectResponseSchema
- Inheritance
-
Alerts
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Alerts()
public Alerts()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Items
The alerts returned in this list response.
public virtual IList<Alert> Items { get; set; }
Property Value
Kind
Kind of list this is, in this case adsense#alerts.
public virtual string Kind { get; set; }