AvailableWorkflowConnectRule class
The Connect provided ecosystem rules available.
Constructors
- AvailableWorkflowConnectRule({String? addonKey, String? createUrl, String? description, String? editUrl, String? moduleKey, String? name, String? ruleKey, AvailableWorkflowConnectRuleRuleType? ruleType, String? viewUrl})
-
AvailableWorkflowConnectRule.fromJson(Map<
String, Object?> json) -
factory
Properties
- addonKey → String?
-
The add-on providing the rule.
final
- createUrl → String?
-
The URL creation path segment defined in the Connect module.
final
- description → String?
-
The rule description.
final
- editUrl → String?
-
The URL edit path segment defined in the Connect module.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- moduleKey → String?
-
The module providing the rule.
final
- name → String?
-
The rule name.
final
- ruleKey → String?
-
The rule key.
final
- ruleType → AvailableWorkflowConnectRuleRuleType?
-
The rule type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- viewUrl → String?
-
The URL view path segment defined in the Connect module.
final
Methods
-
copyWith(
{String? addonKey, String? createUrl, String? description, String? editUrl, String? moduleKey, String? name, String? ruleKey, AvailableWorkflowConnectRuleRuleType? ruleType, String? viewUrl}) → AvailableWorkflowConnectRule -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited