EVOLUTION-MANAGER
Edit File: ActivityContentDetailsPromotedItem.php
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ class Google_Service_YouTube_ActivityContentDetailsPromotedItem extends Google_Collection { protected $collection_key = 'impressionUrl'; public $adTag; public $clickTrackingUrl; public $creativeViewUrl; public $ctaType; public $customCtaButtonText; public $descriptionText; public $destinationUrl; public $forecastingUrl; public $impressionUrl; public $videoId; public function setAdTag($adTag) { $this->adTag = $adTag; } public function getAdTag() { return $this->adTag; } public function setClickTrackingUrl($clickTrackingUrl) { $this->clickTrackingUrl = $clickTrackingUrl; } public function getClickTrackingUrl() { return $this->clickTrackingUrl; } public function setCreativeViewUrl($creativeViewUrl) { $this->creativeViewUrl = $creativeViewUrl; } public function getCreativeViewUrl() { return $this->creativeViewUrl; } public function setCtaType($ctaType) { $this->ctaType = $ctaType; } public function getCtaType() { return $this->ctaType; } public function setCustomCtaButtonText($customCtaButtonText) { $this->customCtaButtonText = $customCtaButtonText; } public function getCustomCtaButtonText() { return $this->customCtaButtonText; } public function setDescriptionText($descriptionText) { $this->descriptionText = $descriptionText; } public function getDescriptionText() { return $this->descriptionText; } public function setDestinationUrl($destinationUrl) { $this->destinationUrl = $destinationUrl; } public function getDestinationUrl() { return $this->destinationUrl; } public function setForecastingUrl($forecastingUrl) { $this->forecastingUrl = $forecastingUrl; } public function getForecastingUrl() { return $this->forecastingUrl; } public function setImpressionUrl($impressionUrl) { $this->impressionUrl = $impressionUrl; } public function getImpressionUrl() { return $this->impressionUrl; } public function setVideoId($videoId) { $this->videoId = $videoId; } public function getVideoId() { return $this->videoId; } }