Name | Type | Description | Notes |
---|---|---|---|
MemoryPerCpu | Pointer to int64 | [optional] | |
Time | Pointer to V0039Uint32NoVal | [optional] | |
Job | Pointer to string | [optional] |
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
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
func (o *V0039PartitionInfoDefaults) GetMemoryPerCpu() int64
GetMemoryPerCpu returns the MemoryPerCpu field if non-nil, zero value otherwise.
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.
func (o *V0039PartitionInfoDefaults) SetMemoryPerCpu(v int64)
SetMemoryPerCpu sets MemoryPerCpu field to given value.
func (o *V0039PartitionInfoDefaults) HasMemoryPerCpu() bool
HasMemoryPerCpu returns a boolean if a field has been set.
func (o *V0039PartitionInfoDefaults) GetTime() V0039Uint32NoVal
GetTime returns the Time field if non-nil, zero value otherwise.
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.
func (o *V0039PartitionInfoDefaults) SetTime(v V0039Uint32NoVal)
SetTime sets Time field to given value.
func (o *V0039PartitionInfoDefaults) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *V0039PartitionInfoDefaults) GetJob() string
GetJob returns the Job field if non-nil, zero value otherwise.
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.
func (o *V0039PartitionInfoDefaults) SetJob(v string)
SetJob sets Job field to given value.
func (o *V0039PartitionInfoDefaults) HasJob() bool
HasJob returns a boolean if a field has been set.