MailPhishing constructor
MailPhishing({
- DomainId? domainId,
- bool? isInternal,
- MaliciousEntity? maliciousEntity,
- List<
GmailMessageInfo> ? messages, - String? systemActionType,
Implementation
MailPhishing({
this.domainId,
this.isInternal,
this.maliciousEntity,
this.messages,
this.systemActionType,
});