WorkflowRulesSearch constructor

WorkflowRulesSearch({
  1. String? expand,
  2. required List<String> ruleIds,
  3. required String workflowEntityId,
})

Implementation

WorkflowRulesSearch(
    {this.expand, required this.ruleIds, required this.workflowEntityId});