Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUser.php102 public $isDelegatedAdmin; variable in Google\\Service\\Directory\\User
475 public function setIsDelegatedAdmin($isDelegatedAdmin) argument
477 $this->isDelegatedAdmin = $isDelegatedAdmin;
484 return $this->isDelegatedAdmin;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1598 public $isDelegatedAdmin; variable in Google_User
1710 public function setIsDelegatedAdmin($isDelegatedAdmin) { argument
1711 $this->isDelegatedAdmin = $isDelegatedAdmin;
1714 return $this->isDelegatedAdmin;