targetCpa = $targetCpa; } /** * @return string */ public function getTargetCpa() { return $this->targetCpa; } /** * Output only. The target cost per acquisition (CPA) option. This is the * average amount that you would like to spend per acquisition. * * @param string $targetCpaMicros */ public function setTargetCpaMicros($targetCpaMicros) { $this->targetCpaMicros = $targetCpaMicros; } /** * @return string */ public function getTargetCpaMicros() { return $this->targetCpaMicros; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions');