/**
* @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.SavedConfigData');
goog.require('spv.ds.ipprot_nova.output.SavedPluginData');
goog.require('spv.ds.ipprot_nova.output.SavedSummary');
/**
* @struct
* @constructor
*/
spv.ds.ipprot_nova.output.SavedConfigData = function()
{
/**
* @type {Object.<string, string>}
* @nocollapse
*/
this.EncodedConfigs;
/**
* @type {spv.ds.ipprot_nova.output.SavedSummary}
* @nocollapse
*/
this.Summary;
/**
* @type {string}
* @nocollapse
*/
this.DateCreated;
/**
* @type {Array.<spv.ds.ipprot_nova.output.SavedPluginData>}
* @nocollapse
*/
this.PluginDataSet;
/**
* @type {Array.<string>}
* @nocollapse
*/
this.Flags;
/**
* @type {string}
* @nocollapse
*/
this.Checksum;
};