Google_InputInput
The Google Pagespeed Insights Google InputInput class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_PredictionService.php
- class Google_InputInput extends Google_Model {
- public $csvInstance;
- public function setCsvInstance(/** array(Google_object) */ $csvInstance) {
- $this->assertIsArray($csvInstance, 'Google_object', __METHOD__);
- $this->csvInstance = $csvInstance;
- }
- public function getCsvInstance() {
- return $this->csvInstance;
- }
- }