Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.35 KB

V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU.md

File metadata and controls

56 lines (31 loc) · 2.35 KB

V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU

Properties

Name Type Description Notes
ActualFrequency Pointer to int64 [optional]

Methods

NewV0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU

func NewV0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU() *V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU

NewV0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU instantiates a new V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU 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

NewV0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPUWithDefaults

func NewV0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPUWithDefaults() *V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU

NewV0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPUWithDefaults instantiates a new V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU 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

GetActualFrequency

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU) GetActualFrequency() int64

GetActualFrequency returns the ActualFrequency field if non-nil, zero value otherwise.

GetActualFrequencyOk

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU) GetActualFrequencyOk() (*int64, bool)

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

SetActualFrequency

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU) SetActualFrequency(v int64)

SetActualFrequency sets ActualFrequency field to given value.

HasActualFrequency

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerStatisticsCPU) HasActualFrequency() bool

HasActualFrequency returns a boolean if a field has been set.

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