| Name | Type | Description | Notes |
|---|---|---|---|
| EnvironmentTotalNumber | Pointer to float32 | [optional] |
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
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
func (o *EnvironmentTotalNumber) GetEnvironmentTotalNumber() float32
GetEnvironmentTotalNumber returns the EnvironmentTotalNumber field if non-nil, zero value otherwise.
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.
func (o *EnvironmentTotalNumber) SetEnvironmentTotalNumber(v float32)
SetEnvironmentTotalNumber sets EnvironmentTotalNumber field to given value.
func (o *EnvironmentTotalNumber) HasEnvironmentTotalNumber() bool
HasEnvironmentTotalNumber returns a boolean if a field has been set.