Google_SiteVerificationWebResourceGettokenRequest
The Google Pagespeed Insights Google SiteVerificationWebResourceGettokenRequest class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_SiteVerificationService.php
- class Google_SiteVerificationWebResourceGettokenRequest extends Google_Model {
- public $verificationMethod;
- protected $__siteType = 'Google_SiteVerificationWebResourceGettokenRequestSite';
- protected $__siteDataType = '';
- public $site;
- public function setVerificationMethod($verificationMethod) {
- $this->verificationMethod = $verificationMethod;
- }
- public function getVerificationMethod() {
- return $this->verificationMethod;
- }
- public function setSite(Google_SiteVerificationWebResourceGettokenRequestSite $site) {
- $this->site = $site;
- }
- public function getSite() {
- return $this->site;
- }
- }