Name | Type | Description | Notes |
---|---|---|---|
Used | Pointer to int64 | Total memory (MiB) used by job | [optional] |
Allocated | Pointer to int64 | Total memory (MiB) allocated to job | [optional] |
func NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory() *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory
NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory instantiates a new V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory 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 NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemoryWithDefaults() *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory
NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemoryWithDefaults instantiates a new V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory 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 *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) GetUsed() int64
GetUsed returns the Used field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) GetUsedOk() (*int64, bool)
GetUsedOk returns a tuple with the Used field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) SetUsed(v int64)
SetUsed sets Used field to given value.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) HasUsed() bool
HasUsed returns a boolean if a field has been set.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) GetAllocated() int64
GetAllocated returns the Allocated field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) GetAllocatedOk() (*int64, bool)
GetAllocatedOk returns a tuple with the Allocated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) SetAllocated(v int64)
SetAllocated sets Allocated field to given value.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) HasAllocated() bool
HasAllocated returns a boolean if a field has been set.