Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DMobileDevice.php80 public $firstSync; variable in Google\\Service\\Directory\\MobileDevice
381 public function setFirstSync($firstSync) argument
383 $this->firstSync = $firstSync;
390 return $this->firstSync;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1334 public $firstSync; variable in Google_MobileDevice
1365 public function setFirstSync($firstSync) { argument
1366 $this->firstSync = $firstSync;
1369 return $this->firstSync;