Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoSuggestionsTagSuggestion.php26 public $categoryRestricts; variable in Google\\Service\\YouTube\\VideoSuggestionsTagSuggestion
35 public function setCategoryRestricts($categoryRestricts) argument
37 $this->categoryRestricts = $categoryRestricts;
44 return $this->categoryRestricts;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4991 public $categoryRestricts; variable in Google_VideoSuggestionsTagSuggestion
4993 public function setCategoryRestricts(/* array(Google_string) */ $categoryRestricts) { argument
4994 $this->assertIsArray($categoryRestricts, 'Google_string', __METHOD__);
4995 $this->categoryRestricts = $categoryRestricts;
4998 return $this->categoryRestricts;