Google_GuideCategory
The Google Pagespeed Insights Google GuideCategory class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_YouTubeService.php
- class Google_GuideCategory extends Google_Model {
- public $etag;
- public $id;
- public $kind;
- protected $__snippetType = 'Google_GuideCategorySnippet';
- protected $__snippetDataType = '';
- public $snippet;
- public function setEtag($etag) {
- $this->etag = $etag;
- }
- public function getEtag() {
- return $this->etag;
- }
- 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 setSnippet(Google_GuideCategorySnippet $snippet) {
- $this->snippet = $snippet;
- }
- public function getSnippet() {
- return $this->snippet;
- }
- }