Table of Contents

Class Alerts

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll
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

string

Items

The alerts returned in this list response.

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

Property Value

IList<Alert>

Kind

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

public virtual string Kind { get; set; }

Property Value

string