Backup constructor

Backup({
  1. Map<String, String>? annotations,
  2. String? clusterName,
  3. String? clusterUid,
  4. String? createTime,
  5. String? databaseVersion,
  6. String? deleteTime,
  7. String? description,
  8. String? displayName,
  9. EncryptionConfig? encryptionConfig,
  10. EncryptionInfo? encryptionInfo,
  11. String? etag,
  12. QuantityBasedExpiry? expiryQuantity,
  13. String? expiryTime,
  14. Map<String, String>? labels,
  15. String? name,
  16. bool? reconciling,
  17. bool? satisfiesPzs,
  18. String? sizeBytes,
  19. String? state,
  20. String? type,
  21. String? uid,
  22. String? updateTime,
})

Implementation

Backup({
  this.annotations,
  this.clusterName,
  this.clusterUid,
  this.createTime,
  this.databaseVersion,
  this.deleteTime,
  this.description,
  this.displayName,
  this.encryptionConfig,
  this.encryptionInfo,
  this.etag,
  this.expiryQuantity,
  this.expiryTime,
  this.labels,
  this.name,
  this.reconciling,
  this.satisfiesPzs,
  this.sizeBytes,
  this.state,
  this.type,
  this.uid,
  this.updateTime,
});