lastPeriodAmount = $lastPeriodAmount; } /** * @return GoogleCloudBillingBudgetsV1LastPeriodAmount */ public function getLastPeriodAmount() { return $this->lastPeriodAmount; } /** * @param GoogleTypeMoney */ public function setSpecifiedAmount(GoogleTypeMoney $specifiedAmount) { $this->specifiedAmount = $specifiedAmount; } /** * @return GoogleTypeMoney */ public function getSpecifiedAmount() { return $this->specifiedAmount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudBillingBudgetsV1BudgetAmount::class, 'Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1BudgetAmount');