Google_SearchUrl
The Google Pagespeed Insights Google SearchUrl class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_CustomsearchService.php
- class Google_SearchUrl extends Google_Model {
- public $type;
- public $template;
- public function setType($type) {
- $this->type = $type;
- }
- public function getType() {
- return $this->type;
- }
- public function setTemplate($template) {
- $this->template = $template;
- }
- public function getTemplate() {
- return $this->template;
- }
- }