/**
* @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.ReadMoreResourceDefinition');
/**
* @struct
* @constructor
*/
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition = function()
{
/**
* @type {string}
* @nocollapse
*/
this.path;
/**
* @type {string}
* @nocollapse
*/
this.resource_type;
/**
* @type {string}
* @nocollapse
*/
this.media_tag;
/**
* @type {string}
* @nocollapse
*/
this.media_group;
/**
* @type {number}
* @nocollapse
*/
this.media_index;
/**
* @type {boolean}
* @nocollapse
*/
this.attachment;
/**
* @type {number}
* @nocollapse
*/
this.file_size;
/**
* @type {string}
* @nocollapse
*/
this.attachment_link_text;
/**
* @type {?number}
* @nocollapse
*/
this.width;
/**
* @type {?number}
* @nocollapse
*/
this.height;
/**
* @type {?number}
* @nocollapse
*/
this.bitrate_bitps;
/**
* @type {?number}
* @nocollapse
*/
this.start_time_ms;
/**
* @type {?boolean}
* @nocollapse
*/
this.auto_play;
};