Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSettings.php62 public $showBrowseView; variable in Google\\Service\\YouTube\\ChannelSettings
209 public function setShowBrowseView($showBrowseView) argument
211 $this->showBrowseView = $showBrowseView;
218 return $this->showBrowseView;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1853 public $showBrowseView; variable in Google_ChannelSettings
1901 public function setShowBrowseView( $showBrowseView) { argument
1902 $this->showBrowseView = $showBrowseView;
1905 return $this->showBrowseView;