ds/ipprot/output/SavedConfigData.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.output.SavedConfigData');

goog.require('spv.ds.ipprot.output.SavedSummary');




/**
 * @struct
 * @constructor
 */
spv.ds.ipprot.output.SavedConfigData = function()
{
	/**
	 * @type {Object.<string, string>}
	 * @expose
	 */
	this.EncodedConfigs;

	/**
	 * @type {spv.ds.ipprot.output.SavedSummary}
	 * @expose
	 */
	this.Summary;

	/**
	 * @type {string}
	 * @expose
	 */
	this.DateCreated;

	/**
	 * @type {Array.<string>}
	 * @expose
	 */
	this.Flags;

	/**
	 * @type {string}
	 * @expose
	 */
	this.Checksum;
};