Home
last modified time | relevance | path

Searched refs:NotificationSetting (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessNotificationSettings/
H A DNotificationSetting.php20 class NotificationSetting extends \Google\Collection class
81 class_alias(NotificationSetting::class, 'Google_Service_MyBusinessNotificationSettings_Notification…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessNotificationSettings/Resource/
H A DAccounts.php20 use Google\Service\MyBusinessNotificationSettings\NotificationSetting; alias
39 * @return NotificationSetting
45 return $this->call('getNotificationSetting', [$params], NotificationSetting::class);
57 * @param NotificationSetting $postBody
62 * @return NotificationSetting
64 public function updateNotificationSetting($name, NotificationSetting $postBody, $optParams = [])
68 return $this->call('updateNotificationSetting', [$params], NotificationSetting::class);