CreateWorldGenerationJobResponse constructor

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

Implementation

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