ActionExecutionOutput class
Output details listed for an action execution, such as the action execution result.
Constructors
-
ActionExecutionOutput.new({ActionExecutionResult? executionResult, List<
ArtifactDetail> ? outputArtifacts, Map<String, String> ? outputVariables}) -
ActionExecutionOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- executionResult → ActionExecutionResult?
-
Execution result information listed in the output details for an action
execution.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
outputArtifacts
→ List<
ArtifactDetail> ? -
Details of output artifacts of the action that correspond to the action
execution.
final
-
outputVariables
→ Map<
String, String> ? -
The outputVariables field shows the key-value pairs that were output as part
of that execution.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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