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

Entity whose actions triggered a Gmail phishing alert.

Attributes

  • displayName (type: String.t, default: nil) - The header from display name.
  • entity (type: GoogleApi.AlertCenter.V1beta1.Model.User.t, default: nil) - The actor who triggered a gmail phishing alert.
  • fromHeader (type: String.t, default: nil) - The sender email address.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.MaliciousEntity{
  displayName: String.t() | nil,
  entity: GoogleApi.AlertCenter.V1beta1.Model.User.t() | nil,
  fromHeader: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.