Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DForwardingAddress.php25 public $forwardingEmail; variable in Google\\Service\\Gmail\\ForwardingAddress
34 public function setForwardingEmail($forwardingEmail) argument
36 $this->forwardingEmail = $forwardingEmail;
43 return $this->forwardingEmail;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersSettingsForwardingAddresses.php61 * @param string $forwardingEmail The forwarding address to be deleted.
64 public function delete($userId, $forwardingEmail, $optParams = []) argument
66 $params = ['userId' => $userId, 'forwardingEmail' => $forwardingEmail];
75 * @param string $forwardingEmail The forwarding address to be retrieved.
79 public function get($userId, $forwardingEmail, $optParams = []) argument
81 $params = ['userId' => $userId, 'forwardingEmail' => $forwardingEmail];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGmail.php863 'path' => 'gmail/v1/users/{userId}/settings/forwardingAddresses/{forwardingEmail}',
871 'forwardingEmail' => [
878 'path' => 'gmail/v1/users/{userId}/settings/forwardingAddresses/{forwardingEmail}',
886 'forwardingEmail' => [