Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DRevision.php25 public $exportLinks; variable in Google\\Service\\Drive\\Revision
80 public function setExportLinks($exportLinks) argument
82 $this->exportLinks = $exportLinks;
89 return $this->exportLinks;
H A DDriveFile.php56 public $exportLinks; variable in Google\\Service\\Drive\\DriveFile
365 public function setExportLinks($exportLinks) argument
367 $this->exportLinks = $exportLinks;
374 return $this->exportLinks;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2294 public $exportLinks; variable in Google_DriveFile
2403 public function setExportLinks( $exportLinks) { argument
2404 $this->exportLinks = $exportLinks;
2407 return $this->exportLinks;
3171 public $exportLinks; variable in Google_Revision
3201 public function setExportLinks( $exportLinks) { argument
3202 $this->exportLinks = $exportLinks;
3205 return $this->exportLinks;