BackupConfigDetails constructor
BackupConfigDetails({
- bool? allNamespaces,
- EncryptionKey? encryptionKey,
- bool? includeSecrets,
- bool? includeVolumeData,
- NamespacedNames? selectedApplications,
- Namespaces? selectedNamespaces,
Implementation
BackupConfigDetails({
this.allNamespaces,
this.encryptionKey,
this.includeSecrets,
this.includeVolumeData,
this.selectedApplications,
this.selectedNamespaces,
});