View Source GoogleApi.AlertCenter.V1beta1.Model.AbuseDetected (google_api_alert_center v0.24.0)

A 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.