Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DBackend.php57 public $maxRate; variable in Google\\Service\\Compute\\Backend
186 public function setMaxRate($maxRate) argument
188 $this->maxRate = $maxRate;
195 return $this->maxRate;
/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php1050 public $maxRate; variable in Google_CcOfferDefaultFees
1059 public function setMaxRate( $maxRate) { argument
1060 $this->maxRate = $maxRate;
1063 return $this->maxRate;