Name | Type | Description | Notes |
---|---|---|---|
Nodes | []V0041OpenapiNodesRespNodesInner | list of nodes | |
LastUpdate | V0041OpenapiNodesRespLastUpdate | ||
Meta | Pointer to V0041OpenapiSlurmdbdJobsRespMeta | [optional] | |
Errors | Pointer to []V0041OpenapiSlurmdbdJobsRespErrorsInner | Query errors | [optional] |
Warnings | Pointer to []V0041OpenapiSlurmdbdJobsRespWarningsInner | Query warnings | [optional] |
func NewV0041OpenapiNodesResp(nodes []V0041OpenapiNodesRespNodesInner, lastUpdate V0041OpenapiNodesRespLastUpdate, ) *V0041OpenapiNodesResp
NewV0041OpenapiNodesResp instantiates a new V0041OpenapiNodesResp 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 NewV0041OpenapiNodesRespWithDefaults() *V0041OpenapiNodesResp
NewV0041OpenapiNodesRespWithDefaults instantiates a new V0041OpenapiNodesResp 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 *V0041OpenapiNodesResp) GetNodes() []V0041OpenapiNodesRespNodesInner
GetNodes returns the Nodes field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesResp) GetNodesOk() (*[]V0041OpenapiNodesRespNodesInner, bool)
GetNodesOk returns a tuple with the Nodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesResp) SetNodes(v []V0041OpenapiNodesRespNodesInner)
SetNodes sets Nodes field to given value.
func (o *V0041OpenapiNodesResp) GetLastUpdate() V0041OpenapiNodesRespLastUpdate
GetLastUpdate returns the LastUpdate field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesResp) GetLastUpdateOk() (*V0041OpenapiNodesRespLastUpdate, bool)
GetLastUpdateOk returns a tuple with the LastUpdate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesResp) SetLastUpdate(v V0041OpenapiNodesRespLastUpdate)
SetLastUpdate sets LastUpdate field to given value.
func (o *V0041OpenapiNodesResp) GetMeta() V0041OpenapiSlurmdbdJobsRespMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesResp) GetMetaOk() (*V0041OpenapiSlurmdbdJobsRespMeta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesResp) SetMeta(v V0041OpenapiSlurmdbdJobsRespMeta)
SetMeta sets Meta field to given value.
func (o *V0041OpenapiNodesResp) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *V0041OpenapiNodesResp) GetErrors() []V0041OpenapiSlurmdbdJobsRespErrorsInner
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesResp) GetErrorsOk() (*[]V0041OpenapiSlurmdbdJobsRespErrorsInner, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesResp) SetErrors(v []V0041OpenapiSlurmdbdJobsRespErrorsInner)
SetErrors sets Errors field to given value.
func (o *V0041OpenapiNodesResp) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *V0041OpenapiNodesResp) GetWarnings() []V0041OpenapiSlurmdbdJobsRespWarningsInner
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *V0041OpenapiNodesResp) GetWarningsOk() (*[]V0041OpenapiSlurmdbdJobsRespWarningsInner, bool)
GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiNodesResp) SetWarnings(v []V0041OpenapiSlurmdbdJobsRespWarningsInner)
SetWarnings sets Warnings field to given value.
func (o *V0041OpenapiNodesResp) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.