StartSimulationJobBatchResponse constructor

StartSimulationJobBatchResponse({
  1. String? arn,
  2. BatchPolicy? batchPolicy,
  3. String? clientRequestToken,
  4. DateTime? createdAt,
  5. List<SimulationJobSummary>? createdRequests,
  6. List<FailedCreateSimulationJobRequest>? failedRequests,
  7. SimulationJobBatchErrorCode? failureCode,
  8. String? failureReason,
  9. List<SimulationJobRequest>? pendingRequests,
  10. SimulationJobBatchStatus? status,
  11. 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,
});