token = $token; } public function getToken() { return $this->token; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PretargetingConfigPlacements::class, 'Google_Service_AdExchangeBuyer_PretargetingConfigPlacements');