Google_Service_AdSenseHost_AdStyle
The SZ - Google Google Service AdSenseHost AdStyle class.
Defined (1)
The class is defined in the following location(s).
- /lib/Google/Service/AdSenseHost.php
- class Google_Service_AdSenseHost_AdStyle extends Google_Model
- {
- protected $colorsType = 'Google_Service_AdSenseHost_AdStyleColors';
- protected $colorsDataType = '';
- public $corners;
- protected $fontType = 'Google_Service_AdSenseHost_AdStyleFont';
- protected $fontDataType = '';
- public $kind;
- public function setColors(Google_Service_AdSenseHost_AdStyleColors $colors)
- {
- $this->colors = $colors;
- }
- public function getColors()
- {
- return $this->colors;
- }
- public function setCorners($corners)
- {
- $this->corners = $corners;
- }
- public function getCorners()
- {
- return $this->corners;
- }
- public function setFont(Google_Service_AdSenseHost_AdStyleFont $font)
- {
- $this->font = $font;
- }
- public function getFont()
- {
- return $this->font;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- }