Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.92 KB

File metadata and controls

56 lines (31 loc) · 1.92 KB

EnvironmentTotalNumber

Properties

Name Type Description Notes
EnvironmentTotalNumber Pointer to float32 [optional]

Methods

NewEnvironmentTotalNumber

func NewEnvironmentTotalNumber() *EnvironmentTotalNumber

NewEnvironmentTotalNumber instantiates a new EnvironmentTotalNumber 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

NewEnvironmentTotalNumberWithDefaults

func NewEnvironmentTotalNumberWithDefaults() *EnvironmentTotalNumber

NewEnvironmentTotalNumberWithDefaults instantiates a new EnvironmentTotalNumber 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

GetEnvironmentTotalNumber

func (o *EnvironmentTotalNumber) GetEnvironmentTotalNumber() float32

GetEnvironmentTotalNumber returns the EnvironmentTotalNumber field if non-nil, zero value otherwise.

GetEnvironmentTotalNumberOk

func (o *EnvironmentTotalNumber) GetEnvironmentTotalNumberOk() (*float32, bool)

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

SetEnvironmentTotalNumber

func (o *EnvironmentTotalNumber) SetEnvironmentTotalNumber(v float32)

SetEnvironmentTotalNumber sets EnvironmentTotalNumber field to given value.

HasEnvironmentTotalNumber

func (o *EnvironmentTotalNumber) HasEnvironmentTotalNumber() bool

HasEnvironmentTotalNumber returns a boolean if a field has been set.

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