Name | Type | Description | Notes |
---|---|---|---|
CurrentValue | int32 | ||
PresetValues | PresetThrottleValues |
func NewThrottleParamValue(currentValue int32, presetValues PresetThrottleValues, ) *ThrottleParamValue
NewThrottleParamValue instantiates a new ThrottleParamValue 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 NewThrottleParamValueWithDefaults() *ThrottleParamValue
NewThrottleParamValueWithDefaults instantiates a new ThrottleParamValue 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 *ThrottleParamValue) GetCurrentValue() int32
GetCurrentValue returns the CurrentValue field if non-nil, zero value otherwise.
func (o *ThrottleParamValue) GetCurrentValueOk() (*int32, bool)
GetCurrentValueOk returns a tuple with the CurrentValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThrottleParamValue) SetCurrentValue(v int32)
SetCurrentValue sets CurrentValue field to given value.
func (o *ThrottleParamValue) GetPresetValues() PresetThrottleValues
GetPresetValues returns the PresetValues field if non-nil, zero value otherwise.
func (o *ThrottleParamValue) GetPresetValuesOk() (*PresetThrottleValues, bool)
GetPresetValuesOk returns a tuple with the PresetValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThrottleParamValue) SetPresetValues(v PresetThrottleValues)
SetPresetValues sets PresetValues field to given value.