google_UrlChannel
The Google Pagespeed Insights Google UrlChannel class.
Defined (3)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_AdExchangeSellerService.php
- class Google_UrlChannel extends Google_Model {
- public $id;
- public $kind;
- public $urlPattern;
- public function setId($id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setUrlPattern($urlPattern) {
- $this->urlPattern = $urlPattern;
- }
- public function getUrlPattern() {
- return $this->urlPattern;
- }
- }
- /google-api/src/contrib/Google_AdsensehostService.php
- class Google_UrlChannel extends Google_Model {
- public $id;
- public $kind;
- public $urlPattern;
- public function setId($id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setUrlPattern($urlPattern) {
- $this->urlPattern = $urlPattern;
- }
- public function getUrlPattern() {
- return $this->urlPattern;
- }
- }
- /google-api/src/contrib/Google_AdsenseService.php
- class Google_UrlChannel extends Google_Model {
- public $id;
- public $kind;
- public $urlPattern;
- public function setId($id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setUrlPattern($urlPattern) {
- $this->urlPattern = $urlPattern;
- }
- public function getUrlPattern() {
- return $this->urlPattern;
- }
- }