Class AccountSuspensionDetails
Details about why an account is receiving an account suspension warning.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class AccountSuspensionDetails : IDirectResponseSchema
Properties
AbuseReason
The reason why this account is receiving an account suspension warning.
Declaration
[JsonProperty("abuseReason")]
public virtual string AbuseReason { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductName
The name of the product being abused. This is restricted to only the following values: "Gmail" "Google Workspace" "Payments" "Voice" "YouTube" "Other"
Declaration
[JsonProperty("productName")]
public virtual string ProductName { get; set; }
Property Value
Type | Description |
---|---|
string |