PhishingSpike class

Alert for a spike in user reported phishing.

Warning: This type has been deprecated. Use [MailPhishing](/admin-sdk/alertcenter/reference/rest/v1beta1/MailPhishing) instead.

Constructors

PhishingSpike({DomainId? domainId, bool? isInternal, MaliciousEntity? maliciousEntity, List<GmailMessageInfo>? messages})
PhishingSpike.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

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