Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.46 KB

V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion.md

File metadata and controls

108 lines (59 loc) · 3.46 KB

V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion

Properties

Name Type Description Notes
Major Pointer to string Slurm release major version [optional]
Micro Pointer to string Slurm release micro version [optional]
Minor Pointer to string Slurm release minor version [optional]

Methods

NewV0041OpenapiSlurmdbdJobsRespMetaSlurmVersion

func NewV0041OpenapiSlurmdbdJobsRespMetaSlurmVersion() *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion

NewV0041OpenapiSlurmdbdJobsRespMetaSlurmVersion instantiates a new V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion 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

NewV0041OpenapiSlurmdbdJobsRespMetaSlurmVersionWithDefaults

func NewV0041OpenapiSlurmdbdJobsRespMetaSlurmVersionWithDefaults() *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion

NewV0041OpenapiSlurmdbdJobsRespMetaSlurmVersionWithDefaults instantiates a new V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion 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

GetMajor

func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) GetMajor() string

GetMajor returns the Major field if non-nil, zero value otherwise.

GetMajorOk

func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) GetMajorOk() (*string, bool)

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

SetMajor

func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) SetMajor(v string)

SetMajor sets Major field to given value.

HasMajor

func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) HasMajor() bool

HasMajor returns a boolean if a field has been set.

GetMicro

func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) GetMicro() string

GetMicro returns the Micro field if non-nil, zero value otherwise.

GetMicroOk

func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) GetMicroOk() (*string, bool)

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

SetMicro

func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) SetMicro(v string)

SetMicro sets Micro field to given value.

HasMicro

func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) HasMicro() bool

HasMicro returns a boolean if a field has been set.

GetMinor

func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) GetMinor() string

GetMinor returns the Minor field if non-nil, zero value otherwise.

GetMinorOk

func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) GetMinorOk() (*string, bool)

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

SetMinor

func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) SetMinor(v string)

SetMinor sets Minor field to given value.

HasMinor

func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) HasMinor() bool

HasMinor returns a boolean if a field has been set.

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