/**
* @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.BipAttempt');
goog.require('spv.ds.ipprot_nova.output.BipAttemptResultCode');
goog.require('spv.ds.ipprot_nova.output.OutBop');
goog.require('spv.ds.ipprot_nova.output.OutResolvers');
/**
* @struct
* @constructor
*/
spv.ds.ipprot_nova.output.BipAttempt = function()
{
/**
* @type {spv.ds.ipprot_nova.output.OutBop}
* @nocollapse
*/
this.bop;
/**
* @type {spv.ds.ipprot_nova.output.OutResolvers}
* @nocollapse
*/
this.resolvers;
/**
* @type {Array.<spv.ds.ipprot_nova.output.OutResolvers>}
* @nocollapse
*/
this.multiple_resolvers;
/**
* @type {string}
* @nocollapse
*/
this.resolvers_text;
/**
* @type {spv.ds.ipprot_nova.output.BipAttemptResultCode}
* @nocollapse
*/
this.attempt_result_code;
};