Home
last modified time | relevance | path

Searched refs:privateCopy (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php116 public $privateCopy; variable in Google\\Service\\Calendar\\Event
537 public function setPrivateCopy($privateCopy) argument
539 $this->privateCopy = $privateCopy;
546 return $this->privateCopy;
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1148 public $privateCopy; variable in Google_Event
1311 public function setPrivateCopy( $privateCopy) { argument
1312 $this->privateCopy = $privateCopy;
1315 return $this->privateCopy;