Google_Import
The Google Pagespeed Insights Google Import class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_FusiontablesService.php
- class Google_Import extends Google_Model {
- public $kind;
- public $numRowsReceived;
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setNumRowsReceived($numRowsReceived) {
- $this->numRowsReceived = $numRowsReceived;
- }
- public function getNumRowsReceived() {
- return $this->numRowsReceived;
- }
- }