BackupJob constructor
BackupJob({
- String? accountId,
- String? backupJobId,
- Map<
String, String> ? backupOptions, - int? backupSizeInBytes,
- String? backupType,
- String? backupVaultArn,
- String? backupVaultName,
- int? bytesTransferred,
- DateTime? completionDate,
- RecoveryPointCreator? createdBy,
- DateTime? creationDate,
- DateTime? expectedCompletionDate,
- String? iamRoleArn,
- String? percentDone,
- String? recoveryPointArn,
- String? resourceArn,
- String? resourceType,
- DateTime? startBy,
- BackupJobState? state,
- String? statusMessage,
Implementation
BackupJob({
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,
});