allowed = $allowed; } /** * @return string[] */ public function getAllowed() { return $this->allowed; } /** * @param string[] */ public function setBlocked($blocked) { $this->blocked = $blocked; } /** * @return string[] */ public function getBlocked() { return $this->blocked; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentDetailsRegionRestriction::class, 'Google_Service_YouTube_VideoContentDetailsRegionRestriction');