Google_Service_AdSense_Metadata
The Gravity Forms Advanced File Uploader Google Service AdSense Metadata class.
Defined (1)
The class is defined in the following location(s).
- /inc/VideoUploader/includes/Google/Service/AdSense.php
- class Google_Service_AdSense_Metadata extends Google_Collection
- {
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_AdSense_ReportingMetadataEntry';
- protected $itemsDataType = 'array';
- public $kind;
- 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;
- }
- }