ds/PublicConfigInfo.js




goog.provide('spv.ds.PublicConfigInfo');

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

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

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

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