currentSlots = $currentSlots; } /** * @return string */ public function getCurrentSlots() { return $this->currentSlots; } /** * @param string */ public function setMaxSlots($maxSlots) { $this->maxSlots = $maxSlots; } /** * @return string */ public function getMaxSlots() { return $this->maxSlots; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Autoscale::class, 'Google_Service_BigQueryReservation_Autoscale');