BackupVault constructor

BackupVault({
  1. String? accessRestriction,
  2. Map<String, String>? annotations,
  3. String? backupCount,
  4. String? backupMinimumEnforcedRetentionDuration,
  5. String? createTime,
  6. bool? deletable,
  7. String? description,
  8. String? effectiveTime,
  9. String? etag,
  10. Map<String, String>? labels,
  11. String? name,
  12. String? serviceAccount,
  13. String? state,
  14. String? totalStoredBytes,
  15. String? uid,
  16. String? updateTime,
})

Implementation

BackupVault({
  this.accessRestriction,
  this.annotations,
  this.backupCount,
  this.backupMinimumEnforcedRetentionDuration,
  this.createTime,
  this.deletable,
  this.description,
  this.effectiveTime,
  this.etag,
  this.labels,
  this.name,
  this.serviceAccount,
  this.state,
  this.totalStoredBytes,
  this.uid,
  this.updateTime,
});