Skip to content

Files

Latest commit

 

History

History
82 lines (45 loc) · 2.46 KB

V0039StepCPU.md

File metadata and controls

82 lines (45 loc) · 2.46 KB

V0039StepCPU

Properties

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

Methods

NewV0039StepCPU

func NewV0039StepCPU() *V0039StepCPU

NewV0039StepCPU instantiates a new V0039StepCPU 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

NewV0039StepCPUWithDefaults

func NewV0039StepCPUWithDefaults() *V0039StepCPU

NewV0039StepCPUWithDefaults instantiates a new V0039StepCPU 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 *V0039StepCPU) GetRequestedFrequency() V0039StepCPURequestedFrequency

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

GetRequestedFrequencyOk

func (o *V0039StepCPU) GetRequestedFrequencyOk() (*V0039StepCPURequestedFrequency, 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 *V0039StepCPU) SetRequestedFrequency(v V0039StepCPURequestedFrequency)

SetRequestedFrequency sets RequestedFrequency field to given value.

HasRequestedFrequency

func (o *V0039StepCPU) HasRequestedFrequency() bool

HasRequestedFrequency returns a boolean if a field has been set.

GetGovernor

func (o *V0039StepCPU) GetGovernor() string

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

GetGovernorOk

func (o *V0039StepCPU) 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 *V0039StepCPU) SetGovernor(v string)

SetGovernor sets Governor field to given value.

HasGovernor

func (o *V0039StepCPU) HasGovernor() bool

HasGovernor returns a boolean if a field has been set.

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