/**
* @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.vds.ipprot_nova.volvocampaigns.CampaignCollection');
goog.require('spv.vds.ipprot_nova.volvocampaigns.Campaign');
/**
* @struct
* @constructor
*/
spv.vds.ipprot_nova.volvocampaigns.CampaignCollection = function()
{
/**
* @type {boolean}
* @nocollapse
*/
this.is_being_refreshed;
/**
* @type {string}
* @nocollapse
*/
this.refreshed;
/**
* @type {Array.<spv.vds.ipprot_nova.volvocampaigns.Campaign>}
* @nocollapse
*/
this.campaigns;
/**
* @type {string}
* @nocollapse
*/
this.error;
};