/**
* @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.Root');
goog.require('spv.ds.ipprot_nova.definition.Groups');
goog.require('spv.ds.ipprot_nova.definition.RootExtra');
/**
* @struct
* @constructor
*/
spv.ds.ipprot_nova.definition.Root = function()
{
/**
* @type {Array.<spv.ds.ipprot_nova.definition.Groups>}
* @nocollapse
*/
this.groups;
/**
* @type {spv.ds.ipprot_nova.definition.RootExtra}
* @nocollapse
*/
this.intro_page_extras;
/**
* @type {string}
* @nocollapse
*/
this.source_checksum;
};