Name | Type | Description | Notes |
---|---|---|---|
Result | Pointer to V0041OpenapiJobSubmitResponseResult | [optional] | |
JobId | Pointer to int32 | submited JobId | [optional] |
StepId | Pointer to string | submited StepID | [optional] |
JobSubmitUserMsg | Pointer to string | job submision user message | [optional] |
Meta | Pointer to V0041OpenapiSlurmdbdJobsRespMeta | [optional] | |
Errors | Pointer to []V0041OpenapiSlurmdbdJobsRespErrorsInner | Query errors | [optional] |
Warnings | Pointer to []V0041OpenapiSlurmdbdJobsRespWarningsInner | Query warnings | [optional] |
func NewV0041OpenapiJobSubmitResponse() *V0041OpenapiJobSubmitResponse
NewV0041OpenapiJobSubmitResponse instantiates a new V0041OpenapiJobSubmitResponse 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 NewV0041OpenapiJobSubmitResponseWithDefaults() *V0041OpenapiJobSubmitResponse
NewV0041OpenapiJobSubmitResponseWithDefaults instantiates a new V0041OpenapiJobSubmitResponse 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 *V0041OpenapiJobSubmitResponse) GetResult() V0041OpenapiJobSubmitResponseResult
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobSubmitResponse) GetResultOk() (*V0041OpenapiJobSubmitResponseResult, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiJobSubmitResponse) SetResult(v V0041OpenapiJobSubmitResponseResult)
SetResult sets Result field to given value.
func (o *V0041OpenapiJobSubmitResponse) HasResult() bool
HasResult returns a boolean if a field has been set.
func (o *V0041OpenapiJobSubmitResponse) GetJobId() int32
GetJobId returns the JobId field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobSubmitResponse) GetJobIdOk() (*int32, 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 *V0041OpenapiJobSubmitResponse) SetJobId(v int32)
SetJobId sets JobId field to given value.
func (o *V0041OpenapiJobSubmitResponse) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (o *V0041OpenapiJobSubmitResponse) GetStepId() string
GetStepId returns the StepId field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobSubmitResponse) 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 *V0041OpenapiJobSubmitResponse) SetStepId(v string)
SetStepId sets StepId field to given value.
func (o *V0041OpenapiJobSubmitResponse) HasStepId() bool
HasStepId returns a boolean if a field has been set.
func (o *V0041OpenapiJobSubmitResponse) GetJobSubmitUserMsg() string
GetJobSubmitUserMsg returns the JobSubmitUserMsg field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobSubmitResponse) 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 *V0041OpenapiJobSubmitResponse) SetJobSubmitUserMsg(v string)
SetJobSubmitUserMsg sets JobSubmitUserMsg field to given value.
func (o *V0041OpenapiJobSubmitResponse) HasJobSubmitUserMsg() bool
HasJobSubmitUserMsg returns a boolean if a field has been set.
func (o *V0041OpenapiJobSubmitResponse) GetMeta() V0041OpenapiSlurmdbdJobsRespMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobSubmitResponse) 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 *V0041OpenapiJobSubmitResponse) SetMeta(v V0041OpenapiSlurmdbdJobsRespMeta)
SetMeta sets Meta field to given value.
func (o *V0041OpenapiJobSubmitResponse) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *V0041OpenapiJobSubmitResponse) GetErrors() []V0041OpenapiSlurmdbdJobsRespErrorsInner
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobSubmitResponse) 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 *V0041OpenapiJobSubmitResponse) SetErrors(v []V0041OpenapiSlurmdbdJobsRespErrorsInner)
SetErrors sets Errors field to given value.
func (o *V0041OpenapiJobSubmitResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *V0041OpenapiJobSubmitResponse) GetWarnings() []V0041OpenapiSlurmdbdJobsRespWarningsInner
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *V0041OpenapiJobSubmitResponse) 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 *V0041OpenapiJobSubmitResponse) SetWarnings(v []V0041OpenapiSlurmdbdJobsRespWarningsInner)
SetWarnings sets Warnings field to given value.
func (o *V0041OpenapiJobSubmitResponse) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.