/var/www/flurhymez/vendor/google/apiclient-services/src/Sasportal
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Sasportal/SasPortalFrequencyRange.php (1317B)
highFrequencyMhz = $highFrequencyMhz;
}
public function getHighFrequencyMhz()
{
return $this->highFrequencyMhz;
}
public function setLowFrequencyMhz($lowFrequencyMhz)
{
$this->lowFrequencyMhz = $lowFrequencyMhz;
}
public function getLowFrequencyMhz()
{
return $this->lowFrequencyMhz;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SasPortalFrequencyRange::class, 'Google_Service_Sasportal_SasPortalFrequencyRange');