Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DThumbnailDetails.php64 public function setMaxres(Thumbnail $maxres) argument
66 $this->maxres = $maxres;
73 return $this->maxres;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php3918 public $maxres; variable in Google_ThumbnailDetails
3937 public function setMaxres(Google_Thumbnail $maxres) { argument
3938 $this->maxres = $maxres;
3941 return $this->maxres;