Name | Type | Description | Notes |
---|---|---|---|
Jobs | []V0041OpenapiJobInfoRespJobsInner | list of jobs | |
LastBackfill | V0041OpenapiJobInfoRespLastBackfill | ||
LastUpdate | V0041OpenapiJobInfoRespLastUpdate | ||
Meta | Pointer to V0041OpenapiSlurmdbdJobsRespMeta | [optional] | |
Errors | Pointer to []V0041OpenapiSlurmdbdJobsRespErrorsInner | Query errors | [optional] |
Warnings | Pointer to []V0041OpenapiSlurmdbdJobsRespWarningsInner | Query warnings | [optional] |
func NewV0041OpenapiJobInfoResp(jobs []V0041OpenapiJobInfoRespJobsInner, lastBackfill V0041OpenapiJobInfoRespLastBackfill, lastUpdate V0041OpenapiJobInfoRespLastUpdate, ) *V0041OpenapiJobInfoResp
NewV0041OpenapiJobInfoResp instantiates a new V0041OpenapiJobInfoResp 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 NewV0041OpenapiJobInfoRespWithDefaults() *V0041OpenapiJobInfoResp
NewV0041OpenapiJobInfoRespWithDefaults instantiates a new V0041OpenapiJobInfoResp 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 *V0041OpenapiJobInfoResp) GetJobs() []V0041OpenapiJobInfoRespJobsInner
GetJobs returns the Jobs field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoResp) GetJobsOk() (*[]V0041OpenapiJobInfoRespJobsInner, bool)
GetJobsOk returns a tuple with the Jobs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiJobInfoResp) SetJobs(v []V0041OpenapiJobInfoRespJobsInner)
SetJobs sets Jobs field to given value.
func (o *V0041OpenapiJobInfoResp) GetLastBackfill() V0041OpenapiJobInfoRespLastBackfill
GetLastBackfill returns the LastBackfill field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoResp) GetLastBackfillOk() (*V0041OpenapiJobInfoRespLastBackfill, bool)
GetLastBackfillOk returns a tuple with the LastBackfill field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiJobInfoResp) SetLastBackfill(v V0041OpenapiJobInfoRespLastBackfill)
SetLastBackfill sets LastBackfill field to given value.
func (o *V0041OpenapiJobInfoResp) GetLastUpdate() V0041OpenapiJobInfoRespLastUpdate
GetLastUpdate returns the LastUpdate field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoResp) GetLastUpdateOk() (*V0041OpenapiJobInfoRespLastUpdate, 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 *V0041OpenapiJobInfoResp) SetLastUpdate(v V0041OpenapiJobInfoRespLastUpdate)
SetLastUpdate sets LastUpdate field to given value.
func (o *V0041OpenapiJobInfoResp) GetMeta() V0041OpenapiSlurmdbdJobsRespMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoResp) 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 *V0041OpenapiJobInfoResp) SetMeta(v V0041OpenapiSlurmdbdJobsRespMeta)
SetMeta sets Meta field to given value.
func (o *V0041OpenapiJobInfoResp) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *V0041OpenapiJobInfoResp) GetErrors() []V0041OpenapiSlurmdbdJobsRespErrorsInner
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoResp) 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 *V0041OpenapiJobInfoResp) SetErrors(v []V0041OpenapiSlurmdbdJobsRespErrorsInner)
SetErrors sets Errors field to given value.
func (o *V0041OpenapiJobInfoResp) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *V0041OpenapiJobInfoResp) GetWarnings() []V0041OpenapiSlurmdbdJobsRespWarningsInner
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobInfoResp) 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 *V0041OpenapiJobInfoResp) SetWarnings(v []V0041OpenapiSlurmdbdJobsRespWarningsInner)
SetWarnings sets Warnings field to given value.
func (o *V0041OpenapiJobInfoResp) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.