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




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

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

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

	/**
	 * @type {?boolean}
	 * @nocollapse
	 */
	this.has_readmore;

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

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

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

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