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] |
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
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
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) SetCount(v int32)
SetCount sets Count field to given value.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) GetUsed() int32
GetUsed returns the Used field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) SetUsed(v int32)
SetUsed sets Used field to given value.
func (o *V0041OpenapiJobInfoRespJobsInnerJobResourcesNodesAllocationInnerCpus) HasUsed() bool
HasUsed returns a boolean if a field has been set.