AutomationQuery constructor
const
AutomationQuery({
- String? workspaceId,
- AutomationTriggerType? triggerType,
- bool? enabled,
- int? limit,
Implementation
const AutomationQuery({
this.workspaceId,
this.triggerType,
this.enabled,
this.limit,
});