Google_WatchSettings
The Google Pagespeed Insights Google WatchSettings class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_YouTubeService.php
- class Google_WatchSettings extends Google_Model {
- public $backgroundColor;
- public $featuredPlaylistId;
- public $textColor;
- public function setBackgroundColor($backgroundColor) {
- $this->backgroundColor = $backgroundColor;
- }
- public function getBackgroundColor() {
- return $this->backgroundColor;
- }
- public function setFeaturedPlaylistId($featuredPlaylistId) {
- $this->featuredPlaylistId = $featuredPlaylistId;
- }
- public function getFeaturedPlaylistId() {
- return $this->featuredPlaylistId;
- }
- public function setTextColor($textColor) {
- $this->textColor = $textColor;
- }
- public function getTextColor() {
- return $this->textColor;
- }
- }