google_ReportHeaders
The WordPress Core google ReportHeaders class.
Defined (2)
The class is defined in the following location(s).
- /google-api-php-client/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-php-client/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;
- }
- }