Google_ProfileChildLink
The Google Analyticator Google ProfileChildLink class.
Defined (1)
The class is defined in the following location(s).
- /google-api-php-client/src/contrib/Google_AnalyticsService.php
- class Google_ProfileChildLink 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;
- }
- }