Google_Service_AdSenseHost_CustomChannel
The Simple Calendar Google Service AdSenseHost CustomChannel class.
Defined (1)
The class is defined in the following location(s).
- /vendor/google/apiclient/src/Google/Service/AdSenseHost.php
- class Google_Service_AdSenseHost_CustomChannel extends Google_Model
- {
- protected $internal_gapi_mappings = array(
- );
- public $code;
- public $id;
- public $kind;
- public $name;
- public function setCode($code)
- {
- $this->code = $code;
- }
- public function getCode()
- {
- return $this->code;
- }
- public function setId($id)
- {
- $this->id = $id;
- }
- public function getId()
- {
- return $this->id;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- }