Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.46 KB

V0040StepCPU.md

File metadata and controls

82 lines (45 loc) · 2.46 KB

V0040StepCPU

Properties

Name Type Description Notes
RequestedFrequency Pointer to V0040StepCPURequestedFrequency [optional]
Governor Pointer to string [optional]

Methods

NewV0040StepCPU

func NewV0040StepCPU() *V0040StepCPU

NewV0040StepCPU instantiates a new V0040StepCPU 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

NewV0040StepCPUWithDefaults

func NewV0040StepCPUWithDefaults() *V0040StepCPU

NewV0040StepCPUWithDefaults instantiates a new V0040StepCPU 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

GetRequestedFrequency

func (o *V0040StepCPU) GetRequestedFrequency() V0040StepCPURequestedFrequency

GetRequestedFrequency returns the RequestedFrequency field if non-nil, zero value otherwise.

GetRequestedFrequencyOk

func (o *V0040StepCPU) GetRequestedFrequencyOk() (*V0040StepCPURequestedFrequency, bool)

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

SetRequestedFrequency

func (o *V0040StepCPU) SetRequestedFrequency(v V0040StepCPURequestedFrequency)

SetRequestedFrequency sets RequestedFrequency field to given value.

HasRequestedFrequency

func (o *V0040StepCPU) HasRequestedFrequency() bool

HasRequestedFrequency returns a boolean if a field has been set.

GetGovernor

func (o *V0040StepCPU) GetGovernor() string

GetGovernor returns the Governor field if non-nil, zero value otherwise.

GetGovernorOk

func (o *V0040StepCPU) GetGovernorOk() (*string, bool)

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

SetGovernor

func (o *V0040StepCPU) SetGovernor(v string)

SetGovernor sets Governor field to given value.

HasGovernor

func (o *V0040StepCPU) HasGovernor() bool

HasGovernor returns a boolean if a field has been set.

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