DescribeWorldExportJobResponse constructor

DescribeWorldExportJobResponse({
  1. String? arn,
  2. String? clientRequestToken,
  3. DateTime? createdAt,
  4. WorldExportJobErrorCode? failureCode,
  5. String? failureReason,
  6. String? iamRole,
  7. OutputLocation? outputLocation,
  8. WorldExportJobStatus? status,
  9. Map<String, String>? tags,
  10. List<String>? worlds,
})

Implementation

DescribeWorldExportJobResponse({
  this.arn,
  this.clientRequestToken,
  this.createdAt,
  this.failureCode,
  this.failureReason,
  this.iamRole,
  this.outputLocation,
  this.status,
  this.tags,
  this.worlds,
});