Google_Service_AdSenseHost_AdCode
The Gravity Forms Advanced File Uploader Google Service AdSenseHost AdCode class.
Defined (1)
The class is defined in the following location(s).
- /inc/VideoUploader/includes/Google/Service/AdSenseHost.php
- class Google_Service_AdSenseHost_AdCode extends Google_Model
- {
- protected $internal_gapi_mappings = array(
- );
- public $adCode;
- public $kind;
- public function setAdCode($adCode)
- {
- $this->adCode = $adCode;
- }
- public function getAdCode()
- {
- return $this->adCode;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- }