Class AbuseDetected
A generic alert for abusive user activity occurring with a customer.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class AbuseDetected : IDirectResponseSchema
Properties
AdditionalDetails
List of abusive users/entities to be displayed in a table in the alert.
Declaration
[JsonProperty("additionalDetails")]
public virtual EntityList AdditionalDetails { get; set; }
Property Value
Type | Description |
---|---|
EntityList |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Product
Product that the abuse is originating from.
Declaration
[JsonProperty("product")]
public virtual string Product { get; set; }
Property Value
Type | Description |
---|---|
string |
SubAlertId
Unique identifier of each sub alert that is onboarded.
Declaration
[JsonProperty("subAlertId")]
public virtual string SubAlertId { get; set; }
Property Value
Type | Description |
---|---|
string |
VariationType
Variation of AbuseDetected alerts. The variation_type determines the texts displayed the alert details. This differs from sub_alert_id because each sub alert can have multiple variation_types, representing different stages of the alert.
Declaration
[JsonProperty("variationType")]
public virtual string VariationType { get; set; }
Property Value
Type | Description |
---|---|
string |