Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoSuggestions.php101 public function setTagSuggestions($tagSuggestions) argument
103 $this->tagSuggestions = $tagSuggestions;
110 return $this->tagSuggestions;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4952 public $tagSuggestions; variable in Google_VideoSuggestions
4981 …lic function setTagSuggestions(/* array(Google_VideoSuggestionsTagSuggestion) */ $tagSuggestions) { argument
4982 $this->assertIsArray($tagSuggestions, 'Google_VideoSuggestionsTagSuggestion', __METHOD__);
4983 $this->tagSuggestions = $tagSuggestions;
4986 return $this->tagSuggestions;