CreateInboxDto constructor
CreateInboxDto({
- String? emailAddress,
- String? domainName,
- String? domainId,
- String? name,
- String? description,
- bool? useDomainPool,
- List<
String> ? tags = const [], - DateTime? expiresAt,
- bool? favourite,
- int? expiresIn,
- bool? allowTeamAccess,
- CreateInboxDtoInboxTypeEnum? inboxType,
- bool? virtualInbox,
- bool? useShortAddress,
Returns a new CreateInboxDto instance.
Implementation
CreateInboxDto({
this.emailAddress,
this.domainName,
this.domainId,
this.name,
this.description,
this.useDomainPool,
this.tags = const [],
this.expiresAt,
this.favourite,
this.expiresIn,
this.allowTeamAccess,
this.inboxType,
this.virtualInbox,
this.useShortAddress,
});