Table of Contents

Class Alert

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

Constructors

Alert()

public Alert()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Id

Unique identifier of this alert. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.

public virtual string Id { get; set; }

Property Value

string

IsDismissible

Whether this alert can be dismissed.

public virtual bool? IsDismissible { get; set; }

Property Value

bool?

Kind

Kind of resource this is, in this case adsense#alert.

public virtual string Kind { get; set; }

Property Value

string

Message

The localized alert message.

public virtual string Message { get; set; }

Property Value

string

Severity

Severity of this alert. Possible values: INFO, WARNING, SEVERE.

public virtual string Severity { get; set; }

Property Value

string

Type

Type of this alert. Possible values: SELF_HOLD, MIGRATED_TO_BILLING3, ADDRESS_PIN_VERIFICATION, PHONE_PIN_VERIFICATION, CORPORATE_ENTITY, GRAYLISTED_PUBLISHER, API_HOLD.

public virtual string Type { get; set; }

Property Value

string