google_api_alert_center v0.4.0 GoogleApi.AlertCenter.V1beta1.Model.MaliciousEntity View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AlertCenter.V1beta1.Model.MaliciousEntity{ displayName: String.t(), entity: GoogleApi.AlertCenter.V1beta1.Model.User.t(), fromHeader: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.