Google_ModeratorVotesResourcePartial
The Goolytics - Simple Google Analytics Google ModeratorVotesResourcePartial class.
Defined (1)
The class is defined in the following location(s).
- /inc/google-api-php-client/src/contrib/Google_ModeratorService.php
- class Google_ModeratorVotesResourcePartial extends Google_Model {
- public $vote;
- public $flag;
- public function setVote($vote) {
- $this->vote = $vote;
- }
- public function getVote() {
- return $this->vote;
- }
- public function setFlag($flag) {
- $this->flag = $flag;
- }
- public function getFlag() {
- return $this->flag;
- }
- }