MailPhishing constructor

MailPhishing({
  1. DomainId? domainId,
  2. bool? isInternal,
  3. MaliciousEntity? maliciousEntity,
  4. List<GmailMessageInfo>? messages,
  5. String? systemActionType,
})

Implementation

MailPhishing({
  this.domainId,
  this.isInternal,
  this.maliciousEntity,
  this.messages,
  this.systemActionType,
});