Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
H A DSettings.php20 use Google\Service\CloudSearch\CustomerSettings; alias
38 * @return CustomerSettings
44 return $this->call('getCustomer', [$params], CustomerSettings::class);
50 * @param CustomerSettings $postBody
60 public function updateCustomer(CustomerSettings $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DCustomerSettings.php20 class CustomerSettings extends \Google\Model class
58 class_alias(CustomerSettings::class, 'Google_Service_CloudSearch_CustomerSettings');