kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_VideoFormat */ public function setVideoFormats($videoFormats) { $this->videoFormats = $videoFormats; } /** * @return Google_Service_Dfareporting_VideoFormat */ public function getVideoFormats() { return $this->videoFormats; } }