Home
last modified time | relevance | path

Searched refs:customerDomain (Results 1 – 4 of 4) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/
H A DCustomer.php29 public $customerDomain; variable in Google\\Service\\Reseller\\Customer
76 public function setCustomerDomain($customerDomain) argument
78 $this->customerDomain = $customerDomain;
85 return $this->customerDomain;
H A DSubscription.php34 public $customerDomain; variable in Google\\Service\\Reseller\\Subscription
117 public function setCustomerDomain($customerDomain) argument
119 $this->customerDomain = $customerDomain;
126 return $this->customerDomain;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DCustomer.php33 public $customerDomain; variable in Google\\Service\\Directory\\Customer
88 public function setCustomerDomain($customerDomain) argument
90 $this->customerDomain = $customerDomain;
97 return $this->customerDomain;
/plugin/authgoogle/google/contrib/
H A DGoogle_ResellerService.php408 public $customerDomain; variable in Google_Customer
422 public function setCustomerDomain( $customerDomain) { argument
423 $this->customerDomain = $customerDomain;
426 return $this->customerDomain;