Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DImageSettings.php370 public function setSmallBrandedBannerImageUrl(LocalizedProperty $smallBrandedBannerImageUrl) argument
372 $this->smallBrandedBannerImageUrl = $smallBrandedBannerImageUrl;
379 return $this->smallBrandedBannerImageUrl;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2282 public $smallBrandedBannerImageUrl; variable in Google_ImageSettings
2381 …blic function setSmallBrandedBannerImageUrl(Google_LocalizedProperty $smallBrandedBannerImageUrl) { argument
2382 $this->smallBrandedBannerImageUrl = $smallBrandedBannerImageUrl;
2385 return $this->smallBrandedBannerImageUrl;