Searched refs:categoryRestricts (Results 1 – 2 of 2) sorted by relevance
26 public $categoryRestricts; variable in Google\\Service\\YouTube\\VideoSuggestionsTagSuggestion35 public function setCategoryRestricts($categoryRestricts) argument37 $this->categoryRestricts = $categoryRestricts;44 return $this->categoryRestricts;
4991 public $categoryRestricts; variable in Google_VideoSuggestionsTagSuggestion4993 public function setCategoryRestricts(/* array(Google_string) */ $categoryRestricts) { argument4994 $this->assertIsArray($categoryRestricts, 'Google_string', __METHOD__);4995 $this->categoryRestricts = $categoryRestricts;4998 return $this->categoryRestricts;