google_SavedReport
The Google Pagespeed Insights Google SavedReport class.
Defined (2)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_AdExchangeSellerService.php
- class Google_SavedReport extends Google_Model {
- public $id;
- public $kind;
- public $name;
- public function setId($id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setName($name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- }
- /google-api/src/contrib/Google_AdsenseService.php
- class Google_SavedReport extends Google_Model {
- public $id;
- public $kind;
- public $name;
- public function setId($id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setName($name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- }