ActionExecution constructor
ActionExecution({
- String? actionExecutionId,
- ErrorDetails? errorDetails,
- String? externalExecutionId,
- String? externalExecutionUrl,
- DateTime? lastStatusChange,
- String? lastUpdatedBy,
- int? percentComplete,
- ActionExecutionStatus? status,
- String? summary,
- String? token,
Implementation
ActionExecution({
this.actionExecutionId,
this.errorDetails,
this.externalExecutionId,
this.externalExecutionUrl,
this.lastStatusChange,
this.lastUpdatedBy,
this.percentComplete,
this.status,
this.summary,
this.token,
});