cpcBidCeilingMicros = $cpcBidCeilingMicros; } /** * @return string */ public function getCpcBidCeilingMicros() { return $this->cpcBidCeilingMicros; } /** * Deprecated: The spend target under which to maximize clicks. A TargetSpend * bidder will attempt to spend the smaller of this value or the natural * throttling spend amount. If not specified, the budget is used as the spend * target. This field is deprecated and should no longer be used. See * https://ads-developers.googleblog.com/2020/05/reminder-about-sunset- * creation-of.html for details. * * @deprecated * @param string $targetSpendMicros */ public function setTargetSpendMicros($targetSpendMicros) { $this->targetSpendMicros = $targetSpendMicros; } /** * @deprecated * @return string */ public function getTargetSpendMicros() { return $this->targetSpendMicros; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonTargetSpend::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonTargetSpend');