Google_ExperimentParentLink
The Google Pagespeed Insights Google ExperimentParentLink class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_AnalyticsService.php
- class Google_ExperimentParentLink extends Google_Model {
- 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;
- }
- }