CopyJob constructor

CopyJob({
  1. String? accountId,
  2. int? backupSizeInBytes,
  3. DateTime? completionDate,
  4. String? copyJobId,
  5. RecoveryPointCreator? createdBy,
  6. DateTime? creationDate,
  7. String? destinationBackupVaultArn,
  8. String? destinationRecoveryPointArn,
  9. String? iamRoleArn,
  10. String? resourceArn,
  11. String? resourceType,
  12. String? sourceBackupVaultArn,
  13. String? sourceRecoveryPointArn,
  14. CopyJobState? state,
  15. String? statusMessage,
})

Implementation

CopyJob({
  this.accountId,
  this.backupSizeInBytes,
  this.completionDate,
  this.copyJobId,
  this.createdBy,
  this.creationDate,
  this.destinationBackupVaultArn,
  this.destinationRecoveryPointArn,
  this.iamRoleArn,
  this.resourceArn,
  this.resourceType,
  this.sourceBackupVaultArn,
  this.sourceRecoveryPointArn,
  this.state,
  this.statusMessage,
});