Google_TableRow
The Google Pagespeed Insights Google TableRow class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_BigqueryService.php
- class Google_TableRow extends Google_Model {
- protected $__fType = 'Google_TableRowF';
- protected $__fDataType = 'array';
- public $f;
- public function setF(/** array(Google_TableRowF) */ $f) {
- $this->assertIsArray($f, 'Google_TableRowF', __METHOD__);
- $this->f = $f;
- }
- public function getF() {
- return $this->f;
- }
- }