TriggerBackupRequest constructor

TriggerBackupRequest({
  1. int? customRetentionDays,
  2. Map<String, String>? labels,
  3. String? requestId,
  4. String? ruleId,
})

Implementation

TriggerBackupRequest({
  this.customRetentionDays,
  this.labels,
  this.requestId,
  this.ruleId,
});