Backup constructor

Backup({
  1. bool? allNamespaces,
  2. ClusterMetadata? clusterMetadata,
  3. String? completeTime,
  4. String? configBackupSizeBytes,
  5. bool? containsSecrets,
  6. bool? containsVolumeData,
  7. String? createTime,
  8. int? deleteLockDays,
  9. String? deleteLockExpireTime,
  10. String? description,
  11. EncryptionKey? encryptionKey,
  12. String? etag,
  13. Map<String, String>? labels,
  14. bool? manual,
  15. String? name,
  16. int? podCount,
  17. int? resourceCount,
  18. int? retainDays,
  19. String? retainExpireTime,
  20. NamespacedNames? selectedApplications,
  21. Namespaces? selectedNamespaces,
  22. String? sizeBytes,
  23. String? state,
  24. String? stateReason,
  25. String? uid,
  26. String? updateTime,
  27. 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.podCount,
  this.resourceCount,
  this.retainDays,
  this.retainExpireTime,
  this.selectedApplications,
  this.selectedNamespaces,
  this.sizeBytes,
  this.state,
  this.stateReason,
  this.uid,
  this.updateTime,
  this.volumeCount,
});