Google_Service_Analytics_FilterParentLink
The Google Photos & Picasa Viewer Google Service Analytics FilterParentLink class.
Defined (2)
The class is defined in the following location(s).
- /includes/api-libs/Google/Service/Analytics.php
- class Google_Service_Analytics_FilterParentLink extends Google_Model
- {
- protected $internal_gapi_mappings = array(
- );
- public $href;
- public $type;
- public function setHref($href)
- {
- $this->href = $href;
- }
- public function getHref()
- {
- return $this->href;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
- public function getType()
- {
- return $this->type;
- }
- }
- class Google_Service_Analytics_FilterParentLink extends Google_Model
- {
- protected $internal_gapi_mappings = array(
- );
- public $href;
- public $type;
- public function setHref($href)
- {
- $this->href = $href;
- }
- public function getHref()
- {
- return $this->href;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
- public function getType()
- {
- return $this->type;
- }
- }