Show / Hide Table of Contents

Class AccountSuspensionWarning

A warning that the customer's account is about to be suspended.

Inheritance
object
AccountSuspensionWarning
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX