Google_Input
The Google Pagespeed Insights Google Input class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_PredictionService.php
- class Google_Input extends Google_Model {
- protected $__inputType = 'Google_InputInput';
- protected $__inputDataType = '';
- public $input;
- public function setInput(Google_InputInput $input) {
- $this->input = $input;
- }
- public function getInput() {
- return $this->input;
- }
- }