InboxRulesetDto constructor
InboxRulesetDto({
- required String id,
- String? inboxId,
- required InboxRulesetDtoScopeEnum scope,
- required InboxRulesetDtoActionEnum action,
- required String target,
- required InboxRulesetDtoHandlerEnum handler,
- required DateTime createdAt,
Returns a new InboxRulesetDto instance.
Implementation
InboxRulesetDto({
required this.id,
this.inboxId,
required this.scope,
required this.action,
required this.target,
required this.handler,
required this.createdAt,
});