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] |
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
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
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) GetMajor() string
GetMajor returns the Major field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) SetMajor(v string)
SetMajor sets Major field to given value.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) HasMajor() bool
HasMajor returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) GetMicro() string
GetMicro returns the Micro field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) SetMicro(v string)
SetMicro sets Micro field to given value.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) HasMicro() bool
HasMicro returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) GetMinor() string
GetMinor returns the Minor field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) SetMinor(v string)
SetMinor sets Minor field to given value.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion) HasMinor() bool
HasMinor returns a boolean if a field has been set.