Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.1 KB

V0039PartitionInfoDefaults.md

File metadata and controls

108 lines (59 loc) · 3.1 KB

V0039PartitionInfoDefaults

Properties

Name Type Description Notes
MemoryPerCpu Pointer to int64 [optional]
Time Pointer to V0039Uint32NoVal [optional]
Job Pointer to string [optional]

Methods

NewV0039PartitionInfoDefaults

func NewV0039PartitionInfoDefaults() *V0039PartitionInfoDefaults

NewV0039PartitionInfoDefaults instantiates a new V0039PartitionInfoDefaults 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

NewV0039PartitionInfoDefaultsWithDefaults

func NewV0039PartitionInfoDefaultsWithDefaults() *V0039PartitionInfoDefaults

NewV0039PartitionInfoDefaultsWithDefaults instantiates a new V0039PartitionInfoDefaults 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

GetMemoryPerCpu

func (o *V0039PartitionInfoDefaults) GetMemoryPerCpu() int64

GetMemoryPerCpu returns the MemoryPerCpu field if non-nil, zero value otherwise.

GetMemoryPerCpuOk

func (o *V0039PartitionInfoDefaults) GetMemoryPerCpuOk() (*int64, bool)

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

SetMemoryPerCpu

func (o *V0039PartitionInfoDefaults) SetMemoryPerCpu(v int64)

SetMemoryPerCpu sets MemoryPerCpu field to given value.

HasMemoryPerCpu

func (o *V0039PartitionInfoDefaults) HasMemoryPerCpu() bool

HasMemoryPerCpu returns a boolean if a field has been set.

GetTime

func (o *V0039PartitionInfoDefaults) GetTime() V0039Uint32NoVal

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *V0039PartitionInfoDefaults) GetTimeOk() (*V0039Uint32NoVal, bool)

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

SetTime

func (o *V0039PartitionInfoDefaults) SetTime(v V0039Uint32NoVal)

SetTime sets Time field to given value.

HasTime

func (o *V0039PartitionInfoDefaults) HasTime() bool

HasTime returns a boolean if a field has been set.

GetJob

func (o *V0039PartitionInfoDefaults) GetJob() string

GetJob returns the Job field if non-nil, zero value otherwise.

GetJobOk

func (o *V0039PartitionInfoDefaults) GetJobOk() (*string, bool)

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

SetJob

func (o *V0039PartitionInfoDefaults) SetJob(v string)

SetJob sets Job field to given value.

HasJob

func (o *V0039PartitionInfoDefaults) HasJob() bool

HasJob returns a boolean if a field has been set.

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