ds/ipprot/intropage/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.intropage.Groups');

goog.require('spv.ds.ipprot.boostercshw.AuxiliaryCarrier_v2');
goog.require('spv.ds.ipprot.intropage.Configuration');
goog.require('spv.ds.ipprot.intropage.Image');




/**
 * @struct
 * @constructor
 */
spv.ds.ipprot.intropage.Groups = function()
{
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.header;

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

	/**
	 * @type {spv.ds.ipprot.boostercshw.AuxiliaryCarrier_v2}
	 * @nocollapse
	 */
	this.group_extras;

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