ds/ipprot_nova/output/Bump.js

/**
 * @fileoverview This file is generated by BoosterClientGenerator, do not edit.
 *               If this file needs to change consider updating the exporter
 *               code and re-run the export.
 *
 * @author anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
 */

goog.provide('spv.ds.ipprot_nova.output.Bump');

goog.require('spv.ds.ipprot_nova.output.BumpItem');
goog.require('spv.ds.ipprot_nova.output.BumpMenu');
goog.require('spv.ds.ipprot_nova.output.BumpSerie');




/**
 * @struct
 * @constructor
 */
spv.ds.ipprot_nova.output.Bump = function()
{
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.version;

	/**
	 * @type {Array.<spv.ds.ipprot_nova.output.BumpItem>}
	 * @nocollapse
	 */
	this.items;

	/**
	 * @type {Array.<spv.ds.ipprot_nova.output.BumpMenu>}
	 * @nocollapse
	 */
	this.menus;

	/**
	 * @type {Array.<spv.ds.ipprot_nova.output.BumpSerie>}
	 * @nocollapse
	 */
	this.series;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.gui_url;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.icon_url;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.readmore_content_url;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.summary_content_url;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.initial_serie;

	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.initial_frame;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.category;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.composed_url;

	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.reset_time_sec;
};