/**
* @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.SessionInitData');
goog.require('spv.ds.ipprot_nova.definition.Root');
goog.require('spv.ds.ipprot_nova.output.Bump');
/**
* @struct
* @constructor
*/
spv.ds.ipprot_nova.output.SessionInitData = function()
{
/**
* @type {string}
* @nocollapse
*/
this.session_id;
/**
* @type {Array.<spv.ds.ipprot_nova.output.Bump>}
* @nocollapse
*/
this.bumps;
/**
* @type {string}
* @nocollapse
*/
this.composed_url;
/**
* @type {number}
* @nocollapse
*/
this.reset_time_sec;
/**
* @type {spv.ds.ipprot_nova.definition.Root}
* @nocollapse
*/
this.intro_page;
};