Class: Google::Apis::AlertcenterV1beta1::MaliciousEntity
- Inherits:
-
Object
- Object
- Google::Apis::AlertcenterV1beta1::MaliciousEntity
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/alertcenter_v1beta1/classes.rb,
generated/google/apis/alertcenter_v1beta1/representations.rb,
generated/google/apis/alertcenter_v1beta1/representations.rb
Overview
Entity whose actions triggered a Gmail phishing alert.
Instance Attribute Summary collapse
-
#from_header ⇒ String
The sender email address.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MaliciousEntity
constructor
A new instance of MaliciousEntity.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ MaliciousEntity
Returns a new instance of MaliciousEntity
667 668 669 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 667 def initialize(**args) update!(**args) end |
Instance Attribute Details
#from_header ⇒ String
The sender email address.
Corresponds to the JSON property fromHeader
665 666 667 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 665 def from_header @from_header end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
672 673 674 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 672 def update!(**args) @from_header = args[:from_header] if args.key?(:from_header) end |