Google_VideoAgeGating
The Google Pagespeed Insights Google VideoAgeGating class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_YouTubeService.php
- class Google_VideoAgeGating extends Google_Model {
- public $alcoholContent;
- public $restricted;
- public $videoGameRating;
- public function setAlcoholContent($alcoholContent) {
- $this->alcoholContent = $alcoholContent;
- }
- public function getAlcoholContent() {
- return $this->alcoholContent;
- }
- public function setRestricted($restricted) {
- $this->restricted = $restricted;
- }
- public function getRestricted() {
- return $this->restricted;
- }
- public function setVideoGameRating($videoGameRating) {
- $this->videoGameRating = $videoGameRating;
- }
- public function getVideoGameRating() {
- return $this->videoGameRating;
- }
- }