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

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




/**
 * @struct
 * @constructor
 */
spv.ds.ipprot_nova.output.UserConfigInfo = function()
{
	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.Id;

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

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

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

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

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

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