Google_SiteVerificationWebResourceGettokenRequestSite
The Google Pagespeed Insights Google SiteVerificationWebResourceGettokenRequestSite class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_SiteVerificationService.php
- class Google_SiteVerificationWebResourceGettokenRequestSite extends Google_Model {
- public $identifier;
- public $type;
- public function setIdentifier($identifier) {
- $this->identifier = $identifier;
- }
- public function getIdentifier() {
- return $this->identifier;
- }
- public function setType($type) {
- $this->type = $type;
- }
- public function getType() {
- return $this->type;
- }
- }