Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/
H A DAnswer.php43 public $upvoteCount; variable in Google\\Service\\MyBusinessQA\\Answer
118 public function setUpvoteCount($upvoteCount) argument
120 $this->upvoteCount = $upvoteCount;
127 return $this->upvoteCount;
H A DQuestion.php50 public $upvoteCount; variable in Google\\Service\\MyBusinessQA\\Question
153 public function setUpvoteCount($upvoteCount) argument
155 $this->upvoteCount = $upvoteCount;
162 return $this->upvoteCount;