Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.26 KB

V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory.md

File metadata and controls

82 lines (45 loc) · 3.26 KB

V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory

Properties

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]

Methods

NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory

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

NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemoryWithDefaults

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

GetUsed

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) GetUsed() int64

GetUsed returns the Used field if non-nil, zero value otherwise.

GetUsedOk

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.

SetUsed

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) SetUsed(v int64)

SetUsed sets Used field to given value.

HasUsed

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) HasUsed() bool

HasUsed returns a boolean if a field has been set.

GetAllocated

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) GetAllocated() int64

GetAllocated returns the Allocated field if non-nil, zero value otherwise.

GetAllocatedOk

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.

SetAllocated

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) SetAllocated(v int64)

SetAllocated sets Allocated field to given value.

HasAllocated

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerMemory) HasAllocated() bool

HasAllocated returns a boolean if a field has been set.

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