Google_InvideoFeature
The Google Pagespeed Insights Google InvideoFeature class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_YouTubeService.php
- class Google_InvideoFeature extends Google_Model {
- protected $__featuredChannelType = 'Google_FeaturedChannel';
- protected $__featuredChannelDataType = '';
- public $featuredChannel;
- protected $__featuredVideoType = 'Google_FeaturedVideo';
- protected $__featuredVideoDataType = '';
- public $featuredVideo;
- public function setFeaturedChannel(Google_FeaturedChannel $featuredChannel) {
- $this->featuredChannel = $featuredChannel;
- }
- public function getFeaturedChannel() {
- return $this->featuredChannel;
- }
- public function setFeaturedVideo(Google_FeaturedVideo $featuredVideo) {
- $this->featuredVideo = $featuredVideo;
- }
- public function getFeaturedVideo() {
- return $this->featuredVideo;
- }
- }