Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.48 KB

V0039StepCPURequestedFrequency.md

File metadata and controls

82 lines (45 loc) · 2.48 KB

V0039StepCPURequestedFrequency

Properties

Name Type Description Notes
Min Pointer to V0039Uint32NoVal [optional]
Max Pointer to V0039Uint32NoVal [optional]

Methods

NewV0039StepCPURequestedFrequency

func NewV0039StepCPURequestedFrequency() *V0039StepCPURequestedFrequency

NewV0039StepCPURequestedFrequency instantiates a new V0039StepCPURequestedFrequency 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

NewV0039StepCPURequestedFrequencyWithDefaults

func NewV0039StepCPURequestedFrequencyWithDefaults() *V0039StepCPURequestedFrequency

NewV0039StepCPURequestedFrequencyWithDefaults instantiates a new V0039StepCPURequestedFrequency 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

GetMin

func (o *V0039StepCPURequestedFrequency) GetMin() V0039Uint32NoVal

GetMin returns the Min field if non-nil, zero value otherwise.

GetMinOk

func (o *V0039StepCPURequestedFrequency) GetMinOk() (*V0039Uint32NoVal, bool)

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

SetMin

func (o *V0039StepCPURequestedFrequency) SetMin(v V0039Uint32NoVal)

SetMin sets Min field to given value.

HasMin

func (o *V0039StepCPURequestedFrequency) HasMin() bool

HasMin returns a boolean if a field has been set.

GetMax

func (o *V0039StepCPURequestedFrequency) GetMax() V0039Uint32NoVal

GetMax returns the Max field if non-nil, zero value otherwise.

GetMaxOk

func (o *V0039StepCPURequestedFrequency) GetMaxOk() (*V0039Uint32NoVal, bool)

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

SetMax

func (o *V0039StepCPURequestedFrequency) SetMax(v V0039Uint32NoVal)

SetMax sets Max field to given value.

HasMax

func (o *V0039StepCPURequestedFrequency) HasMax() bool

HasMax returns a boolean if a field has been set.

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