/var/www/flurhymez/vendor/google/apiclient-services/src/CloudSupport
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudSupport/DownloadParameters.php (1480B)
allowGzipCompression = $allowGzipCompression;
}
/**
* @return bool
*/
public function getAllowGzipCompression()
{
return $this->allowGzipCompression;
}
/**
* @param bool
*/
public function setIgnoreRange($ignoreRange)
{
$this->ignoreRange = $ignoreRange;
}
/**
* @return bool
*/
public function getIgnoreRange()
{
return $this->ignoreRange;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DownloadParameters::class, 'Google_Service_CloudSupport_DownloadParameters');