ResourceBackupConfig constructor

ResourceBackupConfig({
  1. List<BackupConfigDetails>? backupConfigsDetails,
  2. bool? backupConfigured,
  3. String? name,
  4. String? targetResource,
  5. String? targetResourceDisplayName,
  6. Map<String, String>? targetResourceLabels,
  7. String? targetResourceType,
  8. String? uid,
  9. bool? vaulted,
})

Implementation

ResourceBackupConfig({
  this.backupConfigsDetails,
  this.backupConfigured,
  this.name,
  this.targetResource,
  this.targetResourceDisplayName,
  this.targetResourceLabels,
  this.targetResourceType,
  this.uid,
  this.vaulted,
});