Google_Service_Analytics_WebpropertyPermissions
The SZ - Google Google Service Analytics WebpropertyPermissions class.
Defined (1)
The class is defined in the following location(s).
- /lib/Google/Service/Analytics.php
- class Google_Service_Analytics_WebpropertyPermissions extends Google_Collection
- {
- public $effective;
- public function setEffective($effective)
- {
- $this->effective = $effective;
- }
- public function getEffective()
- {
- return $this->effective;
- }
- }