AvailableWorkflowConnectRule constructor

AvailableWorkflowConnectRule({
  1. String? addonKey,
  2. String? createUrl,
  3. String? description,
  4. String? editUrl,
  5. String? moduleKey,
  6. String? name,
  7. String? ruleKey,
  8. AvailableWorkflowConnectRuleRuleType? ruleType,
  9. String? viewUrl,
})

Implementation

AvailableWorkflowConnectRule(
    {this.addonKey,
    this.createUrl,
    this.description,
    this.editUrl,
    this.moduleKey,
    this.name,
    this.ruleKey,
    this.ruleType,
    this.viewUrl});