Backup constructor
Backup({
- bool? allNamespaces,
- ClusterMetadata? clusterMetadata,
- String? completeTime,
- String? configBackupSizeBytes,
- bool? containsSecrets,
- bool? containsVolumeData,
- String? createTime,
- int? deleteLockDays,
- String? deleteLockExpireTime,
- String? description,
- EncryptionKey? encryptionKey,
- String? etag,
- Map<
String, String> ? labels, - bool? manual,
- String? name,
- bool? permissiveMode,
- int? podCount,
- int? resourceCount,
- int? retainDays,
- String? retainExpireTime,
- NamespacedNames? selectedApplications,
- Namespaces? selectedNamespaces,
- String? sizeBytes,
- String? state,
- String? stateReason,
- String? uid,
- String? updateTime,
- int? volumeCount,
Implementation
Backup({
this.allNamespaces,
this.clusterMetadata,
this.completeTime,
this.configBackupSizeBytes,
this.containsSecrets,
this.containsVolumeData,
this.createTime,
this.deleteLockDays,
this.deleteLockExpireTime,
this.description,
this.encryptionKey,
this.etag,
this.labels,
this.manual,
this.name,
this.permissiveMode,
this.podCount,
this.resourceCount,
this.retainDays,
this.retainExpireTime,
this.selectedApplications,
this.selectedNamespaces,
this.sizeBytes,
this.state,
this.stateReason,
this.uid,
this.updateTime,
this.volumeCount,
});