Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.16 KB

V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus.md

File metadata and controls

82 lines (45 loc) · 3.16 KB

V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus

Properties

Name Type Description Notes
Count Pointer to int32 Total number of CPUs assigned to job [optional]
Used Pointer to int32 Total number of CPUs used by job [optional]

Methods

NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus

func NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus() *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus

NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus instantiates a new V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus 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

NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpusWithDefaults

func NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpusWithDefaults() *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus

NewV0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpusWithDefaults instantiates a new V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus 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

GetCount

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) GetCountOk() (*int32, bool)

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

SetCount

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) HasCount() bool

HasCount returns a boolean if a field has been set.

GetUsed

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) GetUsed() int32

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

GetUsedOk

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) GetUsedOk() (*int32, 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 *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) SetUsed(v int32)

SetUsed sets Used field to given value.

HasUsed

func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) HasUsed() bool

HasUsed returns a boolean if a field has been set.

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