Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DWatchSettings.php29 public $featuredPlaylistId; variable in Google\\Service\\YouTube\\WatchSettings
52 public function setFeaturedPlaylistId($featuredPlaylistId) argument
54 $this->featuredPlaylistId = $featuredPlaylistId;
61 return $this->featuredPlaylistId;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php5021 public $featuredPlaylistId; variable in Google_WatchSettings
5029 public function setFeaturedPlaylistId( $featuredPlaylistId) { argument
5030 $this->featuredPlaylistId = $featuredPlaylistId;
5033 return $this->featuredPlaylistId;