ds/ipprot_nova/definition/Groups.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.definition.Groups');

goog.require('spv.ds.ipprot_nova.definition.Configuration');
goog.require('spv.ds.ipprot_nova.definition.GroupExtra');
goog.require('spv.ds.ipprot_nova.definition.Image');




/**
 * @struct
 * @constructor
 */
spv.ds.ipprot_nova.definition.Groups = function()
{
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.icon_name;

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

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

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

	/**
	 * @type {Array.<spv.ds.ipprot_nova.definition.Configuration>}
	 * @nocollapse
	 */
	this.configs;

	/**
	 * @type {spv.ds.ipprot_nova.definition.GroupExtra}
	 * @nocollapse
	 */
	this.group_extras;

	/**
	 * @type {Array.<spv.ds.ipprot_nova.definition.Image>}
	 * @nocollapse
	 */
	this.banner_images;
};