/**
 * @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.BumpSerie');
/**
 * @struct
 * @constructor
 */
spv.ds.ipprot_nova.output.BumpSerie = function()
{
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.id;
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.model_id;
	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.index;
	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.first_frame;
	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.last_frame;
	/**
	 * @type {Array.<number>}
	 * @nocollapse
	 */
	this.frames_order;
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.extension;
	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.image_width;
	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.image_output_width;
	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.image_height;
	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.image_output_height;
};