Google_Service_AdExchangeSeller_CustomChannelTargetingInfo
The Yakadanda Google+ Hangout Events Google Service AdExchangeSeller CustomChannelTargetingInfo class.
Defined (1)
The class is defined in the following location(s).
- /lib/vendor/google/apiclient/src/Google/Service/AdExchangeSeller.php
- class Google_Service_AdExchangeSeller_CustomChannelTargetingInfo extends Google_Model
- {
- protected $internal_gapi_mappings = array(
- );
- public $adsAppearOn;
- public $description;
- public $location;
- public $siteLanguage;
- public function setAdsAppearOn($adsAppearOn)
- {
- $this->adsAppearOn = $adsAppearOn;
- }
- public function getAdsAppearOn()
- {
- return $this->adsAppearOn;
- }
- public function setDescription($description)
- {
- $this->description = $description;
- }
- public function getDescription()
- {
- return $this->description;
- }
- public function setLocation($location)
- {
- $this->location = $location;
- }
- public function getLocation()
- {
- return $this->location;
- }
- public function setSiteLanguage($siteLanguage)
- {
- $this->siteLanguage = $siteLanguage;
- }
- public function getSiteLanguage()
- {
- return $this->siteLanguage;
- }
- }