CreateWorldExportJobResponse constructor

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

Implementation

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