Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelStatistics.php37 public $videoCount; variable in Google\\Service\\YouTube\\ChannelStatistics
88 public function setVideoCount($videoCount) argument
90 $this->videoCount = $videoCount;
97 return $this->videoCount;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1969 public $videoCount; variable in Google_ChannelStatistics
1983 public function setVideoCount( $videoCount) { argument
1984 $this->videoCount = $videoCount;
1987 return $this->videoCount;