Name | Type | Description | Notes |
---|---|---|---|
Id | string | [readonly] | |
ServiceTotalNumber | Pointer to float32 | [optional] |
func NewEnvironmentStats(id string, ) *EnvironmentStats
NewEnvironmentStats instantiates a new EnvironmentStats 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 NewEnvironmentStatsWithDefaults() *EnvironmentStats
NewEnvironmentStatsWithDefaults instantiates a new EnvironmentStats 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 *EnvironmentStats) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *EnvironmentStats) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentStats) SetId(v string)
SetId sets Id field to given value.
func (o *EnvironmentStats) GetServiceTotalNumber() float32
GetServiceTotalNumber returns the ServiceTotalNumber field if non-nil, zero value otherwise.
func (o *EnvironmentStats) GetServiceTotalNumberOk() (*float32, bool)
GetServiceTotalNumberOk returns a tuple with the ServiceTotalNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentStats) SetServiceTotalNumber(v float32)
SetServiceTotalNumber sets ServiceTotalNumber field to given value.
func (o *EnvironmentStats) HasServiceTotalNumber() bool
HasServiceTotalNumber returns a boolean if a field has been set.