Name | Type | Description | Notes |
---|---|---|---|
Results | Pointer to []V0041OpenapiJobPostResponseResultsInner | Job update results | [optional] |
JobId | Pointer to string | First updated JobId - Use results instead | [optional] |
StepId | Pointer to string | First updated StepID - Use results instead | [optional] |
JobSubmitUserMsg | Pointer to string | First updated Job submision user message - Use results instead | [optional] |
Meta | Pointer to V0041OpenapiSlurmdbdJobsRespMeta | [optional] | |
Errors | Pointer to []V0041OpenapiSlurmdbdJobsRespErrorsInner | Query errors | [optional] |
Warnings | Pointer to []V0041OpenapiSlurmdbdJobsRespWarningsInner | Query warnings | [optional] |
func NewV0041OpenapiJobPostResponse() *V0041OpenapiJobPostResponse
NewV0041OpenapiJobPostResponse instantiates a new V0041OpenapiJobPostResponse 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 NewV0041OpenapiJobPostResponseWithDefaults() *V0041OpenapiJobPostResponse
NewV0041OpenapiJobPostResponseWithDefaults instantiates a new V0041OpenapiJobPostResponse 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 *V0041OpenapiJobPostResponse) GetResults() []V0041OpenapiJobPostResponseResultsInner
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobPostResponse) GetResultsOk() (*[]V0041OpenapiJobPostResponseResultsInner, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiJobPostResponse) SetResults(v []V0041OpenapiJobPostResponseResultsInner)
SetResults sets Results field to given value.
func (o *V0041OpenapiJobPostResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (o *V0041OpenapiJobPostResponse) GetJobId() string
GetJobId returns the JobId field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobPostResponse) GetJobIdOk() (*string, bool)
GetJobIdOk returns a tuple with the JobId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiJobPostResponse) SetJobId(v string)
SetJobId sets JobId field to given value.
func (o *V0041OpenapiJobPostResponse) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (o *V0041OpenapiJobPostResponse) GetStepId() string
GetStepId returns the StepId field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobPostResponse) GetStepIdOk() (*string, bool)
GetStepIdOk returns a tuple with the StepId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiJobPostResponse) SetStepId(v string)
SetStepId sets StepId field to given value.
func (o *V0041OpenapiJobPostResponse) HasStepId() bool
HasStepId returns a boolean if a field has been set.
func (o *V0041OpenapiJobPostResponse) GetJobSubmitUserMsg() string
GetJobSubmitUserMsg returns the JobSubmitUserMsg field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobPostResponse) GetJobSubmitUserMsgOk() (*string, bool)
GetJobSubmitUserMsgOk returns a tuple with the JobSubmitUserMsg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiJobPostResponse) SetJobSubmitUserMsg(v string)
SetJobSubmitUserMsg sets JobSubmitUserMsg field to given value.
func (o *V0041OpenapiJobPostResponse) HasJobSubmitUserMsg() bool
HasJobSubmitUserMsg returns a boolean if a field has been set.
func (o *V0041OpenapiJobPostResponse) GetMeta() V0041OpenapiSlurmdbdJobsRespMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobPostResponse) 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 *V0041OpenapiJobPostResponse) SetMeta(v V0041OpenapiSlurmdbdJobsRespMeta)
SetMeta sets Meta field to given value.
func (o *V0041OpenapiJobPostResponse) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *V0041OpenapiJobPostResponse) GetErrors() []V0041OpenapiSlurmdbdJobsRespErrorsInner
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobPostResponse) 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 *V0041OpenapiJobPostResponse) SetErrors(v []V0041OpenapiSlurmdbdJobsRespErrorsInner)
SetErrors sets Errors field to given value.
func (o *V0041OpenapiJobPostResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *V0041OpenapiJobPostResponse) GetWarnings() []V0041OpenapiSlurmdbdJobsRespWarningsInner
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobPostResponse) 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 *V0041OpenapiJobPostResponse) SetWarnings(v []V0041OpenapiSlurmdbdJobsRespWarningsInner)
SetWarnings sets Warnings field to given value.
func (o *V0041OpenapiJobPostResponse) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.