StartSimulationJobBatchResponse constructor
StartSimulationJobBatchResponse({
- String? arn,
- BatchPolicy? batchPolicy,
- String? clientRequestToken,
- DateTime? createdAt,
- List<
SimulationJobSummary> ? createdRequests, - List<
FailedCreateSimulationJobRequest> ? failedRequests, - SimulationJobBatchErrorCode? failureCode,
- String? failureReason,
- List<
SimulationJobRequest> ? pendingRequests, - SimulationJobBatchStatus? status,
- Map<
String, String> ? tags,
Implementation
StartSimulationJobBatchResponse({
this.arn,
this.batchPolicy,
this.clientRequestToken,
this.createdAt,
this.createdRequests,
this.failedRequests,
this.failureCode,
this.failureReason,
this.pendingRequests,
this.status,
this.tags,
});