Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.57 KB

EmissionsFrenchCO2eDecree2017639.md

File metadata and controls

72 lines (39 loc) · 2.57 KB

EmissionsFrenchCO2eDecree2017639

Properties

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].

Methods

NewEmissionsFrenchCO2eDecree2017639

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

NewEmissionsFrenchCO2eDecree2017639WithDefaults

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

GetCo2eWellToWheel

func (o *EmissionsFrenchCO2eDecree2017639) GetCo2eWellToWheel() float64

GetCo2eWellToWheel returns the Co2eWellToWheel field if non-nil, zero value otherwise.

GetCo2eWellToWheelOk

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.

SetCo2eWellToWheel

func (o *EmissionsFrenchCO2eDecree2017639) SetCo2eWellToWheel(v float64)

SetCo2eWellToWheel sets Co2eWellToWheel field to given value.

GetCo2eTankToWheel

func (o *EmissionsFrenchCO2eDecree2017639) GetCo2eTankToWheel() float64

GetCo2eTankToWheel returns the Co2eTankToWheel field if non-nil, zero value otherwise.

GetCo2eTankToWheelOk

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.

SetCo2eTankToWheel

func (o *EmissionsFrenchCO2eDecree2017639) SetCo2eTankToWheel(v float64)

SetCo2eTankToWheel sets Co2eTankToWheel field to given value.

[Back to Model list] [Back to API list] [Back to README]