Home
last modified time | relevance | path

Searched refs:profileColor (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSettings.php58 public $profileColor; variable in Google\\Service\\YouTube\\ChannelSettings
195 public function setProfileColor($profileColor) argument
197 $this->profileColor = $profileColor;
204 return $this->profileColor;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1852 public $profileColor; variable in Google_ChannelSettings
1895 public function setProfileColor( $profileColor) { argument
1896 $this->profileColor = $profileColor;
1899 return $this->profileColor;