Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDevice.php84 public $lastEnrollmentTime; variable in Google\\Service\\Directory\\ChromeOsDevice
401 public function setLastEnrollmentTime($lastEnrollmentTime) argument
403 $this->lastEnrollmentTime = $lastEnrollmentTime;
410 return $this->lastEnrollmentTime;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1012 public $lastEnrollmentTime; variable in Google_ChromeOsDevice
1062 public function setLastEnrollmentTime($lastEnrollmentTime) { argument
1063 $this->lastEnrollmentTime = $lastEnrollmentTime;
1066 return $this->lastEnrollmentTime;