cost = $cost; } /** * @return NlpSemanticParsingModelsMediaCost[] */ public function getCost() { return $this->cost; } /** * @param string */ public function setPaidOfferType($paidOfferType) { $this->paidOfferType = $paidOfferType; } /** * @return string */ public function getPaidOfferType() { return $this->paidOfferType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingModelsMediaPaidOfferDetail::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingModelsMediaPaidOfferDetail');