Google_Service_AdExchangeBuyer_CreativeCorrections
The Google Photos & Picasa Viewer Google Service AdExchangeBuyer CreativeCorrections class.
Defined (2)
The class is defined in the following location(s).
- /includes/api-libs/Google/Service/AdExchangeBuyer.php
- class Google_Service_AdExchangeBuyer_CreativeCorrections extends Google_Collection
- {
- protected $collection_key = 'details';
- protected $internal_gapi_mappings = array(
- );
- public $details;
- public $reason;
- public function setDetails($details)
- {
- $this->details = $details;
- }
- public function getDetails()
- {
- return $this->details;
- }
- public function setReason($reason)
- {
- $this->reason = $reason;
- }
- public function getReason()
- {
- return $this->reason;
- }
- }
- class Google_Service_AdExchangeBuyer_CreativeCorrections extends Google_Collection
- {
- protected $collection_key = 'details';
- protected $internal_gapi_mappings = array(
- );
- public $details;
- public $reason;
- public function setDetails($details)
- {
- $this->details = $details;
- }
- public function getDetails()
- {
- return $this->details;
- }
- public function setReason($reason)
- {
- $this->reason = $reason;
- }
- public function getReason()
- {
- return $this->reason;
- }
- }