BackupCollection constructor

BackupCollection({
  1. String? cluster,
  2. String? clusterUid,
  3. String? createTime,
  4. String? kmsKey,
  5. String? name,
  6. String? uid,
})

Implementation

BackupCollection({
  this.cluster,
  this.clusterUid,
  this.createTime,
  this.kmsKey,
  this.name,
  this.uid,
});