alcoholContent = $alcoholContent;
}
/**
* @return bool
*/
public function getAlcoholContent()
{
return $this->alcoholContent;
}
/**
* @param bool
*/
public function setRestricted($restricted)
{
$this->restricted = $restricted;
}
/**
* @return bool
*/
public function getRestricted()
{
return $this->restricted;
}
/**
* @param string
*/
public function setVideoGameRating($videoGameRating)
{
$this->videoGameRating = $videoGameRating;
}
/**
* @return string
*/
public function getVideoGameRating()
{
return $this->videoGameRating;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(VideoAgeGating::class, 'Google_Service_YouTube_VideoAgeGating');