Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.8 KB

V0040StepStatisticsEnergy.md

File metadata and controls

56 lines (31 loc) · 1.8 KB

V0040StepStatisticsEnergy

Properties

Name Type Description Notes
Consumed Pointer to V0040Uint64NoVal [optional]

Methods

NewV0040StepStatisticsEnergy

func NewV0040StepStatisticsEnergy() *V0040StepStatisticsEnergy

NewV0040StepStatisticsEnergy instantiates a new V0040StepStatisticsEnergy 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

NewV0040StepStatisticsEnergyWithDefaults

func NewV0040StepStatisticsEnergyWithDefaults() *V0040StepStatisticsEnergy

NewV0040StepStatisticsEnergyWithDefaults instantiates a new V0040StepStatisticsEnergy 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

GetConsumed

func (o *V0040StepStatisticsEnergy) GetConsumed() V0040Uint64NoVal

GetConsumed returns the Consumed field if non-nil, zero value otherwise.

GetConsumedOk

func (o *V0040StepStatisticsEnergy) GetConsumedOk() (*V0040Uint64NoVal, bool)

GetConsumedOk returns a tuple with the Consumed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConsumed

func (o *V0040StepStatisticsEnergy) SetConsumed(v V0040Uint64NoVal)

SetConsumed sets Consumed field to given value.

HasConsumed

func (o *V0040StepStatisticsEnergy) HasConsumed() bool

HasConsumed returns a boolean if a field has been set.

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