DescribeRestoreJobOutput constructor

DescribeRestoreJobOutput({
  1. String? accountId,
  2. int? backupSizeInBytes,
  3. DateTime? completionDate,
  4. String? createdResourceArn,
  5. DateTime? creationDate,
  6. int? expectedCompletionTimeMinutes,
  7. String? iamRoleArn,
  8. String? percentDone,
  9. String? recoveryPointArn,
  10. String? resourceType,
  11. String? restoreJobId,
  12. RestoreJobStatus? status,
  13. String? statusMessage,
})

Implementation

DescribeRestoreJobOutput({
  this.accountId,
  this.backupSizeInBytes,
  this.completionDate,
  this.createdResourceArn,
  this.creationDate,
  this.expectedCompletionTimeMinutes,
  this.iamRoleArn,
  this.percentDone,
  this.recoveryPointArn,
  this.resourceType,
  this.restoreJobId,
  this.status,
  this.statusMessage,
});