WorldGenerationJobSummary constructor
WorldGenerationJobSummary({
- String? arn,
- DateTime? createdAt,
- int? failedWorldCount,
- WorldGenerationJobStatus? status,
- int? succeededWorldCount,
- String? template,
- WorldCount? worldCount,
Implementation
WorldGenerationJobSummary({
this.arn,
this.createdAt,
this.failedWorldCount,
this.status,
this.succeededWorldCount,
this.template,
this.worldCount,
});