Google_SiteVerificationWebResourceListResponse
The Goolytics - Simple Google Analytics Google SiteVerificationWebResourceListResponse class.
Defined (1)
The class is defined in the following location(s).
- /inc/google-api-php-client/src/contrib/Google_SiteVerificationService.php
- class Google_SiteVerificationWebResourceListResponse extends Google_Model {
- protected $__itemsType = 'Google_SiteVerificationWebResourceResource';
- protected $__itemsDataType = 'array';
- public $items;
- public function setItems(/** array(Google_SiteVerificationWebResourceResource) */ $items) {
- $this->assertIsArray($items, 'Google_SiteVerificationWebResourceResource', __METHOD__);
- $this->items = $items;
- }
- public function getItems() {
- return $this->items;
- }
- }