Google_Service_Analytics_Column
The Google Photos & Picasa Viewer Google Service Analytics Column class.
Defined (2)
The class is defined in the following location(s).
- /includes/api-libs/Google/Service/Analytics.php
- class Google_Service_Analytics_Column extends Google_Model
- {
- protected $internal_gapi_mappings = array(
- );
- public $attributes;
- public $id;
- public $kind;
- public function setAttributes($attributes)
- {
- $this->attributes = $attributes;
- }
- public function getAttributes()
- {
- return $this->attributes;
- }
- 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;
- }
- }
- class Google_Service_Analytics_Column extends Google_Model
- {
- protected $internal_gapi_mappings = array(
- );
- public $attributes;
- public $id;
- public $kind;
- public function setAttributes($attributes)
- {
- $this->attributes = $attributes;
- }
- public function getAttributes()
- {
- return $this->attributes;
- }
- 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;
- }
- }