/**
* @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.PresentationStructureQueryOptions');
/**
* @struct
* @constructor
*/
spv.ds.PresentationStructureQueryOptions = function()
{
/**
* @type {?boolean}
* @nocollapse
*/
this.only_selected;
/**
* @type {?boolean}
* @nocollapse
*/
this.only_visible;
/**
* @type {?boolean}
* @nocollapse
*/
this.exclude_empty_groups;
};
goog.provide('spv.ds.PresentationStructureQuery');
goog.require('spv.ds.PresentationStructureQuery');
/**
* @struct
* @constructor
*/
spv.ds.PresentationStructureQuery = function()
{
/**
* @type {spv.ds.PresentationStructureQueryOptions}
* @nocollapse
*/
this.options;
/**
* @type {string}
* @nocollapse
*/
this.path_regex
};