BackupCollection constructor

BackupCollection({
  1. String? cluster,
  2. String? clusterUid,
  3. String? createTime,
  4. String? kmsKey,
  5. String? lastBackupTime,
  6. String? name,
  7. String? totalBackupCount,
  8. String? totalBackupSizeBytes,
  9. String? uid,
})

Implementation

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