Google_Service_AdSense_SavedAdStyle
The Google Photos & Picasa Viewer Google Service AdSense SavedAdStyle class.
Defined (2)
The class is defined in the following location(s).
- /includes/api-libs/Google/Service/AdSense.php
- class Google_Service_AdSense_SavedAdStyle extends Google_Model
- {
- protected $internal_gapi_mappings = array(
- );
- protected $adStyleType = 'Google_Service_AdSense_AdStyle';
- protected $adStyleDataType = '';
- public $id;
- public $kind;
- public $name;
- public function setAdStyle(Google_Service_AdSense_AdStyle $adStyle)
- {
- $this->adStyle = $adStyle;
- }
- public function getAdStyle()
- {
- return $this->adStyle;
- }
- 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;
- }
- }
- class Google_Service_AdSense_SavedAdStyle extends Google_Model
- {
- protected $internal_gapi_mappings = array(
- );
- protected $adStyleType = 'Google_Service_AdSense_AdStyle';
- protected $adStyleDataType = '';
- public $id;
- public $kind;
- public $name;
- public function setAdStyle(Google_Service_AdSense_AdStyle $adStyle)
- {
- $this->adStyle = $adStyle;
- }
- public function getAdStyle()
- {
- return $this->adStyle;
- }
- 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;
- }
- }