/**
* @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.PdfGenerationResult');
/**
* @struct
* @constructor
*/
spv.ds.ipprot_nova.output.PdfGenerationResult = function()
{
/**
* @type {string}
* @nocollapse
*/
this.result_code;
/**
* @type {string}
* @nocollapse
*/
this.url;
/**
* @type {string}
* @nocollapse
*/
this.file_path;
/**
* @type {string}
* @nocollapse
*/
this.CODE_SUCCESS;
/**
* @type {string}
* @nocollapse
*/
this.CODE_INVALID_TEMPLATE;
/**
* @type {string}
* @nocollapse
*/
this.CODE_SERVICE_FAILURE;
};