Google_EventExtendedProperties
The Google Pagespeed Insights Google EventExtendedProperties class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_CalendarService.php
- class Google_EventExtendedProperties extends Google_Model {
- public $private;
- public $shared;
- public function setPrivate($private) {
- $this->private = $private;
- }
- public function getPrivate() {
- return $this->private;
- }
- public function setShared($shared) {
- $this->shared = $shared;
- }
- public function getShared() {
- return $this->shared;
- }
- }