MailTargetListDto constructor

MailTargetListDto({
  1. int? limit,
  2. int? offset,
  3. int? total,
  4. int? mailboxId,
  5. String? mailTemplateId,
  6. DateTime? createTime,
  7. List<String>? targets,
})

Implementation

MailTargetListDto({
  this.limit,
  this.offset,
  this.total,
  this.mailboxId,
  this.mailTemplateId,
  this.createTime,
  this.targets,
});