ds/ipprot_nova/output/PublicConfigInfo.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_nova.output.PublicConfigInfo');

goog.require('spv.ds.ipprot_nova.output.ConfigInfoImage');




/**
 * @struct
 * @constructor
 */
spv.ds.ipprot_nova.output.PublicConfigInfo = function()
{
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.Guid;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.Description;

	/**
	 * @type {Array.<spv.ds.ipprot_nova.output.ConfigInfoImage>}
	 * @nocollapse
	 */
	this.Images;

	/**
	 * @type {Object.<string, string>}
	 * @nocollapse
	 */
	this.ConfigStorageAux;
};