Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DImageSettings.php99 public $watchIconImageUrl; variable in Google\\Service\\YouTube\\ImageSettings
398 public function setWatchIconImageUrl($watchIconImageUrl) argument
400 $this->watchIconImageUrl = $watchIconImageUrl;
407 return $this->watchIconImageUrl;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2284 public $watchIconImageUrl; variable in Google_ImageSettings
2393 public function setWatchIconImageUrl( $watchIconImageUrl) { argument
2394 $this->watchIconImageUrl = $watchIconImageUrl;
2397 return $this->watchIconImageUrl;