ActionExecutionResult class
Execution result information, such as the external execution ID.
Constructors
- ActionExecutionResult({String? externalExecutionId, String? externalExecutionSummary, String? externalExecutionUrl})
-
ActionExecutionResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- externalExecutionId → String?
-
The action provider's external ID for the action execution.
final
- externalExecutionSummary → String?
-
The action provider's summary for the action execution.
final
- externalExecutionUrl → String?
-
The deepest external link to the external resource (for example, a
repository URL or deployment endpoint) that is used when running the action.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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