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




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

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

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

	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.timestamp;

	/**
	 * @type {Array.<string>}
	 * @nocollapse
	 */
	this.items;

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