Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersSettings.php21 use Google\Service\Gmail\ImapSettings; alias
57 * @return ImapSettings
63 return $this->call('getImap', [$params], ImapSettings::class);
130 * @param ImapSettings $postBody
132 * @return ImapSettings
134 public function updateImap($userId, ImapSettings $postBody, $optParams = [])
138 return $this->call('updateImap', [$params], ImapSettings::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DImapSettings.php20 class ImapSettings extends \Google\Model class
98 class_alias(ImapSettings::class, 'Google_Service_Gmail_ImapSettings');