spendBasis = $spendBasis; } /** * @return string */ public function getSpendBasis() { return $this->spendBasis; } public function setThresholdPercent($thresholdPercent) { $this->thresholdPercent = $thresholdPercent; } public function getThresholdPercent() { return $this->thresholdPercent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudBillingBudgetsV1ThresholdRule::class, 'Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1ThresholdRule');