Name | Type | Description | Notes |
---|---|---|---|
Partitions | []V0041OpenapiPartitionRespPartitionsInner | list of partitions | |
LastUpdate | V0041OpenapiPartitionRespLastUpdate | ||
Meta | Pointer to V0041OpenapiSlurmdbdJobsRespMeta | [optional] | |
Errors | Pointer to []V0041OpenapiSlurmdbdJobsRespErrorsInner | Query errors | [optional] |
Warnings | Pointer to []V0041OpenapiSlurmdbdJobsRespWarningsInner | Query warnings | [optional] |
func NewV0041OpenapiPartitionResp(partitions []V0041OpenapiPartitionRespPartitionsInner, lastUpdate V0041OpenapiPartitionRespLastUpdate, ) *V0041OpenapiPartitionResp
NewV0041OpenapiPartitionResp instantiates a new V0041OpenapiPartitionResp 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 NewV0041OpenapiPartitionRespWithDefaults() *V0041OpenapiPartitionResp
NewV0041OpenapiPartitionRespWithDefaults instantiates a new V0041OpenapiPartitionResp 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 *V0041OpenapiPartitionResp) GetPartitions() []V0041OpenapiPartitionRespPartitionsInner
GetPartitions returns the Partitions field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionResp) GetPartitionsOk() (*[]V0041OpenapiPartitionRespPartitionsInner, bool)
GetPartitionsOk returns a tuple with the Partitions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiPartitionResp) SetPartitions(v []V0041OpenapiPartitionRespPartitionsInner)
SetPartitions sets Partitions field to given value.
func (o *V0041OpenapiPartitionResp) GetLastUpdate() V0041OpenapiPartitionRespLastUpdate
GetLastUpdate returns the LastUpdate field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionResp) GetLastUpdateOk() (*V0041OpenapiPartitionRespLastUpdate, 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 *V0041OpenapiPartitionResp) SetLastUpdate(v V0041OpenapiPartitionRespLastUpdate)
SetLastUpdate sets LastUpdate field to given value.
func (o *V0041OpenapiPartitionResp) GetMeta() V0041OpenapiSlurmdbdJobsRespMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionResp) 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 *V0041OpenapiPartitionResp) SetMeta(v V0041OpenapiSlurmdbdJobsRespMeta)
SetMeta sets Meta field to given value.
func (o *V0041OpenapiPartitionResp) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *V0041OpenapiPartitionResp) GetErrors() []V0041OpenapiSlurmdbdJobsRespErrorsInner
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionResp) 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 *V0041OpenapiPartitionResp) SetErrors(v []V0041OpenapiSlurmdbdJobsRespErrorsInner)
SetErrors sets Errors field to given value.
func (o *V0041OpenapiPartitionResp) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *V0041OpenapiPartitionResp) GetWarnings() []V0041OpenapiSlurmdbdJobsRespWarningsInner
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionResp) 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 *V0041OpenapiPartitionResp) SetWarnings(v []V0041OpenapiSlurmdbdJobsRespWarningsInner)
SetWarnings sets Warnings field to given value.
func (o *V0041OpenapiPartitionResp) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.