BackupPlan constructor

BackupPlan({
  1. List<BackupRule>? backupRules,
  2. String? backupVault,
  3. String? backupVaultServiceAccount,
  4. String? createTime,
  5. String? description,
  6. String? etag,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? resourceType,
  10. String? state,
  11. String? updateTime,
})

Implementation

BackupPlan({
  this.backupRules,
  this.backupVault,
  this.backupVaultServiceAccount,
  this.createTime,
  this.description,
  this.etag,
  this.labels,
  this.name,
  this.resourceType,
  this.state,
  this.updateTime,
});