Skip to content

Files

Latest commit

5159e36 · Aug 2, 2024

History

History
134 lines (73 loc) · 4.29 KB

V0041OpenapiSlurmdbdJobsRespErrorsInner.md

File metadata and controls

134 lines (73 loc) · 4.29 KB

V0041OpenapiSlurmdbdJobsRespErrorsInner

Properties

Name Type Description Notes
Description Pointer to string Long form error description [optional]
ErrorNumber Pointer to int32 Slurm numeric error identifier [optional]
Error Pointer to string Short form error description [optional]
Source Pointer to string Source of error or where error was first detected [optional]

Methods

NewV0041OpenapiSlurmdbdJobsRespErrorsInner

func NewV0041OpenapiSlurmdbdJobsRespErrorsInner() *V0041OpenapiSlurmdbdJobsRespErrorsInner

NewV0041OpenapiSlurmdbdJobsRespErrorsInner instantiates a new V0041OpenapiSlurmdbdJobsRespErrorsInner 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

NewV0041OpenapiSlurmdbdJobsRespErrorsInnerWithDefaults

func NewV0041OpenapiSlurmdbdJobsRespErrorsInnerWithDefaults() *V0041OpenapiSlurmdbdJobsRespErrorsInner

NewV0041OpenapiSlurmdbdJobsRespErrorsInnerWithDefaults instantiates a new V0041OpenapiSlurmdbdJobsRespErrorsInner 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

GetDescription

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetErrorNumber

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) GetErrorNumber() int32

GetErrorNumber returns the ErrorNumber field if non-nil, zero value otherwise.

GetErrorNumberOk

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) GetErrorNumberOk() (*int32, bool)

GetErrorNumberOk returns a tuple with the ErrorNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetErrorNumber

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) SetErrorNumber(v int32)

SetErrorNumber sets ErrorNumber field to given value.

HasErrorNumber

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) HasErrorNumber() bool

HasErrorNumber returns a boolean if a field has been set.

GetError

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetError

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) HasError() bool

HasError returns a boolean if a field has been set.

GetSource

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSource

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) SetSource(v string)

SetSource sets Source field to given value.

HasSource

func (o *V0041OpenapiSlurmdbdJobsRespErrorsInner) HasSource() bool

HasSource returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]