Google_VideoProjectDetails
The Google Pagespeed Insights Google VideoProjectDetails class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_YouTubeService.php
- class Google_VideoProjectDetails extends Google_Model {
- public $tags;
- public function setTags(/** array(Google_string) */ $tags) {
- $this->assertIsArray($tags, 'Google_string', __METHOD__);
- $this->tags = $tags;
- }
- public function getTags() {
- return $this->tags;
- }
- }