Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DDownloadAccessRestriction.php41 public $maxDownloadDevices; variable in Google\\Service\\Books\\DownloadAccessRestriction
130 public function setMaxDownloadDevices($maxDownloadDevices) argument
132 $this->maxDownloadDevices = $maxDownloadDevices;
139 return $this->maxDownloadDevices;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php2188 public $maxDownloadDevices; variable in Google_DownloadAccessRestriction
2220 public function setMaxDownloadDevices( $maxDownloadDevices) { argument
2221 $this->maxDownloadDevices = $maxDownloadDevices;
2224 return $this->maxDownloadDevices;