Show / Hide Table of Contents

Class AccountSuspensionDetails

Details about why an account is receiving an account suspension warning.

Inheritance
object
AccountSuspensionDetails
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX