amountMicros = $amountMicros; } /** * @return string */ public function getAmountMicros() { return $this->amountMicros; } /** * @param string */ public function setDeliveryMethod($deliveryMethod) { $this->deliveryMethod = $deliveryMethod; } /** * @return string */ public function getDeliveryMethod() { return $this->deliveryMethod; } /** * @param string */ public function setPeriod($period) { $this->period = $period; } /** * @return string */ public function getPeriod() { return $this->period; } /** * @param string */ public function setResourceName($resourceName) { $this->resourceName = $resourceName; } /** * @return string */ public function getResourceName() { return $this->resourceName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0ResourcesCampaignBudget::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesCampaignBudget');