SqlLocationDetails constructor

SqlLocationDetails({
  1. String? dnsZone,
  2. String? gcpProjectId,
  3. String? internetAccess,
  4. String? network,
  5. String? primaryZone,
  6. String? region,
  7. String? secondaryZone,
  8. String? subnetwork,
  9. String? tertiaryZone,
})

Implementation

SqlLocationDetails({
  this.dnsZone,
  this.gcpProjectId,
  this.internetAccess,
  this.network,
  this.primaryZone,
  this.region,
  this.secondaryZone,
  this.subnetwork,
  this.tertiaryZone,
});