google_ReportHeaders
The Google Pagespeed Insights Google ReportHeaders class.
Defined (2)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_AdExchangeSellerService.php
- class Google_ReportHeaders extends Google_Model {
- public $currency;
- public $name;
- public $type;
- public function setCurrency($currency) {
- $this->currency = $currency;
- }
- public function getCurrency() {
- return $this->currency;
- }
- public function setName($name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setType($type) {
- $this->type = $type;
- }
- public function getType() {
- return $this->type;
- }
- }
- /google-api/src/contrib/Google_AdsensehostService.php
- class Google_ReportHeaders extends Google_Model {
- public $currency;
- public $name;
- public $type;
- public function setCurrency($currency) {
- $this->currency = $currency;
- }
- public function getCurrency() {
- return $this->currency;
- }
- public function setName($name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setType($type) {
- $this->type = $type;
- }
- public function getType() {
- return $this->type;
- }
- }