Home
last modified time | relevance | path

Searched refs:delegateEmail (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DDelegate.php25 public $delegateEmail; variable in Google\\Service\\Gmail\\Delegate
34 public function setDelegateEmail($delegateEmail) argument
36 $this->delegateEmail = $delegateEmail;
43 return $this->delegateEmail;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersSettingsDelegates.php67 * @param string $delegateEmail The email address of the user to be removed as a
71 public function delete($userId, $delegateEmail, $optParams = []) argument
73 $params = ['userId' => $userId, 'delegateEmail' => $delegateEmail];
85 * @param string $delegateEmail The email address of the user whose delegate
90 public function get($userId, $delegateEmail, $optParams = []) argument
92 $params = ['userId' => $userId, 'delegateEmail' => $delegateEmail];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGmail.php743 'path' => 'gmail/v1/users/{userId}/settings/delegates/{delegateEmail}',
751 'delegateEmail' => [
758 'path' => 'gmail/v1/users/{userId}/settings/delegates/{delegateEmail}',
766 'delegateEmail' => [