Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.8 KB

V0039StepStatisticsEnergy.md

File metadata and controls

56 lines (31 loc) · 1.8 KB

V0039StepStatisticsEnergy

Properties

Name Type Description Notes
Consumed Pointer to V0039Uint64NoVal [optional]

Methods

NewV0039StepStatisticsEnergy

func NewV0039StepStatisticsEnergy() *V0039StepStatisticsEnergy

NewV0039StepStatisticsEnergy instantiates a new V0039StepStatisticsEnergy 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

NewV0039StepStatisticsEnergyWithDefaults

func NewV0039StepStatisticsEnergyWithDefaults() *V0039StepStatisticsEnergy

NewV0039StepStatisticsEnergyWithDefaults instantiates a new V0039StepStatisticsEnergy 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 *V0039StepStatisticsEnergy) GetConsumed() V0039Uint64NoVal

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

GetConsumedOk

func (o *V0039StepStatisticsEnergy) GetConsumedOk() (*V0039Uint64NoVal, 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 *V0039StepStatisticsEnergy) SetConsumed(v V0039Uint64NoVal)

SetConsumed sets Consumed field to given value.

HasConsumed

func (o *V0039StepStatisticsEnergy) HasConsumed() bool

HasConsumed returns a boolean if a field has been set.

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