GoogleApi.AlertCenter.V1beta1.Model.AbuseDetected (google_api_alert_center v0.27.0)
View SourceA generic alert for abusive user activity occurring with a customer.
Attributes
-
additionalDetails(type:GoogleApi.AlertCenter.V1beta1.Model.EntityList.t, default:nil) - List of abusive users/entities to be displayed in a table in the alert. -
product(type:String.t, default:nil) - Product that the abuse is originating from. -
subAlertId(type:String.t, default:nil) - Unique identifier of each sub alert that is onboarded. -
variationType(type:String.t, default:nil) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.AbuseDetected{ additionalDetails: GoogleApi.AlertCenter.V1beta1.Model.EntityList.t() | nil, product: String.t() | nil, subAlertId: String.t() | nil, variationType: String.t() | nil }