MailPhishing class
Proto for all phishing alerts with common payload.
Supported types are any of the following: * User reported phishing * User reported spam spike * Suspicious message reported * Phishing reclassification * Malware reclassification * Gmail potential employee spoofing
Constructors
-
MailPhishing({DomainId? domainId, bool? isInternal, MaliciousEntity? maliciousEntity, List<
GmailMessageInfo> ? messages, String? systemActionType}) - MailPhishing.fromJson(Map _json)
Properties
- domainId ↔ DomainId?
-
The domain ID.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInternal ↔ bool?
-
If
true
, the email originated from within the organization.getter/setter pair - maliciousEntity ↔ MaliciousEntity?
-
The entity whose actions triggered a Gmail phishing alert.
getter/setter pair
-
messages
↔ List<
GmailMessageInfo> ? -
The list of messages contained by this alert.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- systemActionType ↔ String?
-
System actions on the messages.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited