Name | Type | Description | Notes |
---|---|---|---|
Co2eWellToWheel | float64 | The amount of emitted CO2e from well to wheel [kg]. | |
Co2eTankToWheel | float64 | The amount of emitted CO2e from tank to wheel [kg]. |
func NewEmissionsFrenchCO2eDecree2017639(co2eWellToWheel float64, co2eTankToWheel float64, ) *EmissionsFrenchCO2eDecree2017639
NewEmissionsFrenchCO2eDecree2017639 instantiates a new EmissionsFrenchCO2eDecree2017639 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEmissionsFrenchCO2eDecree2017639WithDefaults() *EmissionsFrenchCO2eDecree2017639
NewEmissionsFrenchCO2eDecree2017639WithDefaults instantiates a new EmissionsFrenchCO2eDecree2017639 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *EmissionsFrenchCO2eDecree2017639) GetCo2eWellToWheel() float64
GetCo2eWellToWheel returns the Co2eWellToWheel field if non-nil, zero value otherwise.
func (o *EmissionsFrenchCO2eDecree2017639) GetCo2eWellToWheelOk() (*float64, bool)
GetCo2eWellToWheelOk returns a tuple with the Co2eWellToWheel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmissionsFrenchCO2eDecree2017639) SetCo2eWellToWheel(v float64)
SetCo2eWellToWheel sets Co2eWellToWheel field to given value.
func (o *EmissionsFrenchCO2eDecree2017639) GetCo2eTankToWheel() float64
GetCo2eTankToWheel returns the Co2eTankToWheel field if non-nil, zero value otherwise.
func (o *EmissionsFrenchCO2eDecree2017639) GetCo2eTankToWheelOk() (*float64, bool)
GetCo2eTankToWheelOk returns a tuple with the Co2eTankToWheel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmissionsFrenchCO2eDecree2017639) SetCo2eTankToWheel(v float64)
SetCo2eTankToWheel sets Co2eTankToWheel field to given value.