/**
* @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.presentationfilter.FilterGroupOptions');
/**
* @struct
* @constructor
*/
spv.ds.ipprot_nova.presentationfilter.FilterGroupOptions = function()
{
/**
* @type {?boolean}
* @nocollapse
*/
this.OnlySelected;
/**
* @type {?boolean}
* @nocollapse
*/
this.OnlyVisible;
/**
* @type {?boolean}
* @nocollapse
*/
this.ExcludeEmptyGroups;
/**
* @type {spv.ds.ipprot_nova.presentationfilter.FilterGroupOptions}
* @nocollapse
*/
this.DefaultOptions;
};