Class AccountSuspensionWarning
A warning that the customer's account is about to be suspended.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class AccountSuspensionWarning : IDirectResponseSchema
Properties
AppealWindow
The amount of time remaining to appeal an imminent suspension. After this window has elapsed, the account will be suspended. Only populated if the account suspension is in WARNING state.
Declaration
[JsonProperty("appealWindow")]
public virtual object AppealWindow { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Account suspension warning state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
SuspensionDetails
Details about why an account is being suspended.
Declaration
[JsonProperty("suspensionDetails")]
public virtual IList<AccountSuspensionDetails> SuspensionDetails { get; set; }
Property Value
Type | Description |
---|---|
IList<AccountSuspensionDetails> |