CreateWorldGenerationJobResponse constructor
CreateWorldGenerationJobResponse({
- String? arn,
- String? clientRequestToken,
- DateTime? createdAt,
- WorldGenerationJobErrorCode? failureCode,
- WorldGenerationJobStatus? status,
- Map<
String, String> ? tags, - String? template,
- WorldCount? worldCount,
- Map<
String, String> ? worldTags,
Implementation
CreateWorldGenerationJobResponse({
this.arn,
this.clientRequestToken,
this.createdAt,
this.failureCode,
this.status,
this.tags,
this.template,
this.worldCount,
this.worldTags,
});