CopyJob constructor
CopyJob({
- String? accountId,
- int? backupSizeInBytes,
- DateTime? completionDate,
- String? copyJobId,
- RecoveryPointCreator? createdBy,
- DateTime? creationDate,
- String? destinationBackupVaultArn,
- String? destinationRecoveryPointArn,
- String? iamRoleArn,
- String? resourceArn,
- String? resourceType,
- String? sourceBackupVaultArn,
- String? sourceRecoveryPointArn,
- CopyJobState? state,
- 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,
});