Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideo.php68 public function setAgeGating(VideoAgeGating $ageGating) argument
70 $this->ageGating = $ageGating;
77 return $this->ageGating;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php3994 public $ageGating; variable in Google_Video
4037 public function setAgeGating(Google_VideoAgeGating $ageGating) { argument
4038 $this->ageGating = $ageGating;
4041 return $this->ageGating;