Google_Service_AdExchangeSeller_UrlChannels
The Gravity Forms Advanced File Uploader Google Service AdExchangeSeller UrlChannels class.
Defined (1)
The class is defined in the following location(s).
- /inc/VideoUploader/includes/Google/Service/AdExchangeSeller.php
- class Google_Service_AdExchangeSeller_UrlChannels extends Google_Collection
- {
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $etag;
- protected $itemsType = 'Google_Service_AdExchangeSeller_UrlChannel';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
- public function getEtag()
- {
- return $this->etag;
- }
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
- }