Google_TopicRulesVotes
The Google Pagespeed Insights Google TopicRulesVotes class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ModeratorService.php
- class Google_TopicRulesVotes extends Google_Model {
- public $close;
- public $open;
- public function setClose($close) {
- $this->close = $close;
- }
- public function getClose() {
- return $this->close;
- }
- public function setOpen($open) {
- $this->open = $open;
- }
- public function getOpen() {
- return $this->open;
- }
- }