cpcBidCeilingMicros = $cpcBidCeilingMicros; } /** * @return string */ public function getCpcBidCeilingMicros() { return $this->cpcBidCeilingMicros; } /** * @param string */ public function setTargetSpendMicros($targetSpendMicros) { $this->targetSpendMicros = $targetSpendMicros; } /** * @return string */ public function getTargetSpendMicros() { return $this->targetSpendMicros; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetSpend::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetSpend');