DescribeWorldGenerationJobResponse constructor

DescribeWorldGenerationJobResponse({
  1. String? arn,
  2. String? clientRequestToken,
  3. DateTime? createdAt,
  4. WorldGenerationJobErrorCode? failureCode,
  5. String? failureReason,
  6. FinishedWorldsSummary? finishedWorldsSummary,
  7. WorldGenerationJobStatus? status,
  8. Map<String, String>? tags,
  9. String? template,
  10. WorldCount? worldCount,
  11. Map<String, String>? worldTags,
})

Implementation

DescribeWorldGenerationJobResponse({
  this.arn,
  this.clientRequestToken,
  this.createdAt,
  this.failureCode,
  this.failureReason,
  this.finishedWorldsSummary,
  this.status,
  this.tags,
  this.template,
  this.worldCount,
  this.worldTags,
});