Home
last modified time | relevance | path

Searched refs:canDownload (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveCapabilities.php61 public $canDownload; variable in Google\\Service\\Drive\\DriveCapabilities
224 public function setCanDownload($canDownload) argument
226 $this->canDownload = $canDownload;
233 return $this->canDownload;
H A DTeamDriveCapabilities.php61 public $canDownload; variable in Google\\Service\\Drive\\TeamDriveCapabilities
228 public function setCanDownload($canDownload) argument
230 $this->canDownload = $canDownload;
237 return $this->canDownload;
H A DDriveFileCapabilities.php69 public $canDownload; variable in Google\\Service\\Drive\\DriveFileCapabilities
324 public function setCanDownload($canDownload) argument
326 $this->canDownload = $canDownload;
333 return $this->canDownload;