/**
* @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.OutBop');
goog.require('spv.ds.ipprot_nova.output.DisplayPrice');
goog.require('spv.ds.ipprot_nova.output.GlobalAuxiliary');
goog.require('spv.ds.ipprot_nova.output.MenuNode');
goog.require('spv.ds.ipprot_nova.output.OutBopSubscription');
goog.require('spv.ds.ipprot_nova.output.OutBopSummary');
goog.require('spv.ds.ipprot_nova.output.OutBopUpdate');
/**
* @struct
* @constructor
*/
spv.ds.ipprot_nova.output.OutBop = function()
{
/**
* @type {Array.<spv.ds.ipprot_nova.output.OutBopSummary>}
* @nocollapse
*/
this.summaries;
/**
* @type {Array.<spv.ds.ipprot_nova.output.OutBopUpdate>}
* @nocollapse
*/
this.updates;
/**
* @type {Array.<spv.ds.ipprot_nova.output.OutBopSubscription>}
* @nocollapse
*/
this.subscriptions;
/**
* @type {Array.<spv.ds.ipprot_nova.output.OutBopUpdate>}
* @nocollapse
*/
this.complex_subscriptions;
/**
* @type {string}
* @nocollapse
*/
this.active_menu;
/**
* @type {string}
* @nocollapse
*/
this.active_item;
/**
* @type {boolean}
* @nocollapse
*/
this.is_summary;
/**
* @type {string}
* @nocollapse
*/
this.total_price_text;
/**
* @type {spv.ds.ipprot_nova.output.DisplayPrice}
* @nocollapse
*/
this.total_price;
/**
* @type {string}
* @nocollapse
*/
this.model_id;
/**
* @type {string}
* @nocollapse
*/
this.group_id;
/**
* @type {number}
* @nocollapse
*/
this.serie;
/**
* @type {number}
* @nocollapse
*/
this.frame;
/**
* @type {Array.<string>}
* @nocollapse
*/
this.summary_images;
/**
* @type {string}
* @nocollapse
*/
this.image_filename;
/**
* @type {string}
* @nocollapse
*/
this.mask_filename;
/**
* @type {boolean}
* @nocollapse
*/
this.is_wrap;
/**
* @type {boolean}
* @nocollapse
*/
this.is_reversed;
/**
* @type {string}
* @nocollapse
*/
this.category;
/**
* @type {spv.ds.ipprot_nova.output.MenuNode}
* @nocollapse
*/
this.menu_tree;
/**
* @type {Object}
* @nocollapse
*/
this.aux_carrier;
};