Class Alert
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
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
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
Message
The localized alert message.
public virtual string Message { get; set; }
Property Value
Severity
Severity of this alert. Possible values: INFO, WARNING, SEVERE.
public virtual string Severity { get; set; }
Property Value
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; }