BadWhitelist class

Alert for setting the domain or IP that malicious email comes from as whitelisted domain or IP in Gmail advanced settings.

Constructors

BadWhitelist({DomainId? domainId, MaliciousEntity? maliciousEntity, List<GmailMessageInfo>? messages, String? sourceIp})
BadWhitelist.fromJson(Map _json)

Properties

domainId DomainId?
The domain ID.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
sourceIp String?
The source IP address of the malicious email, for example, 127.0.0.1.
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