Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoStatistics.php29 public $dislikeCount; variable in Google\\Service\\YouTube\\VideoStatistics
60 public function setDislikeCount($dislikeCount) argument
62 $this->dislikeCount = $dislikeCount;
69 return $this->dislikeCount;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4857 public $dislikeCount; variable in Google_VideoStatistics
4867 public function setDislikeCount( $dislikeCount) { argument
4868 $this->dislikeCount = $dislikeCount;
4871 return $this->dislikeCount;