Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DRevision.php67 public $publishedLink; variable in Google\\Service\\Drive\\Revision
234 public function setPublishedLink($publishedLink) argument
236 $this->publishedLink = $publishedLink;
243 return $this->publishedLink;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php3186 public $publishedLink; variable in Google_Revision
3279 public function setPublishedLink( $publishedLink) { argument
3280 $this->publishedLink = $publishedLink;
3283 return $this->publishedLink;