Google_ResultVersion
The Google Pagespeed Insights Google ResultVersion class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_PagespeedonlineService.php
- class Google_ResultVersion extends Google_Model {
- public $major;
- public $minor;
- public function setMajor($major) {
- $this->major = $major;
- }
- public function getMajor() {
- return $this->major;
- }
- public function setMinor($minor) {
- $this->minor = $minor;
- }
- public function getMinor() {
- return $this->minor;
- }
- }