ExecutionParameter class
Details of an execution parameter value that is passed to a self-service action when executed on a provisioned product.
Constructors
-
ExecutionParameter({List<
String> ? defaultValues, String? name, String? type}) -
ExecutionParameter.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
defaultValues
→ List<
String> ? -
The default values for the execution parameter.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the execution parameter.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
The execution parameter type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited