DescribeBackupJobOutput constructor

DescribeBackupJobOutput({
  1. String? accountId,
  2. String? backupJobId,
  3. Map<String, String>? backupOptions,
  4. int? backupSizeInBytes,
  5. String? backupType,
  6. String? backupVaultArn,
  7. String? backupVaultName,
  8. int? bytesTransferred,
  9. DateTime? completionDate,
  10. RecoveryPointCreator? createdBy,
  11. DateTime? creationDate,
  12. DateTime? expectedCompletionDate,
  13. String? iamRoleArn,
  14. String? percentDone,
  15. String? recoveryPointArn,
  16. String? resourceArn,
  17. String? resourceType,
  18. DateTime? startBy,
  19. BackupJobState? state,
  20. String? statusMessage,
})

Implementation

DescribeBackupJobOutput({
  this.accountId,
  this.backupJobId,
  this.backupOptions,
  this.backupSizeInBytes,
  this.backupType,
  this.backupVaultArn,
  this.backupVaultName,
  this.bytesTransferred,
  this.completionDate,
  this.createdBy,
  this.creationDate,
  this.expectedCompletionDate,
  this.iamRoleArn,
  this.percentDone,
  this.recoveryPointArn,
  this.resourceArn,
  this.resourceType,
  this.startBy,
  this.state,
  this.statusMessage,
});