BackupRun constructor
BackupRun({
- String? backupKind,
- String? description,
- DiskEncryptionConfiguration? diskEncryptionConfiguration,
- DiskEncryptionStatus? diskEncryptionStatus,
- String? endTime,
- String? enqueuedTime,
- OperationError? error,
- String? id,
- String? instance,
- String? kind,
- String? location,
- String? selfLink,
- String? startTime,
- String? status,
- String? type,
- String? windowStartTime,
Implementation
BackupRun({
this.backupKind,
this.description,
this.diskEncryptionConfiguration,
this.diskEncryptionStatus,
this.endTime,
this.enqueuedTime,
this.error,
this.id,
this.instance,
this.kind,
this.location,
this.selfLink,
this.startTime,
this.status,
this.type,
this.windowStartTime,
});