Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersSettings.php20 use Google\Service\Gmail\AutoForwarding; alias
43 * @return AutoForwarding
49 return $this->call('getAutoForwarding', [$params], AutoForwarding::class);
115 * @param AutoForwarding $postBody
117 * @return AutoForwarding
119 public function updateAutoForwarding($userId, AutoForwarding $postBody, $optParams = [])
123 return $this->call('updateAutoForwarding', [$params], AutoForwarding::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DAutoForwarding.php20 class AutoForwarding extends \Google\Model class
80 class_alias(AutoForwarding::class, 'Google_Service_Gmail_AutoForwarding');