AvailableWorkflowForgeRule class

The Forge provided ecosystem rules available.

Constructors

AvailableWorkflowForgeRule({String? description, String? id, String? name, String? ruleKey, AvailableWorkflowForgeRuleRuleType? ruleType})
AvailableWorkflowForgeRule.fromJson(Map<String, Object?> json)
factory

Properties

description String?
The rule description.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique ARI of the forge rule type.
final
name String?
The rule name.
final
ruleKey String?
The rule key.
final
ruleType AvailableWorkflowForgeRuleRuleType?
The rule type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? description, String? id, String? name, String? ruleKey, AvailableWorkflowForgeRuleRuleType? ruleType}) AvailableWorkflowForgeRule
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