Name | Type | Description | Notes |
---|---|---|---|
Major | Pointer to int32 | [optional] | |
Micro | Pointer to int32 | [optional] | |
Minor | Pointer to int32 | [optional] |
func NewDbv0039MetaSlurmVersion() *Dbv0039MetaSlurmVersion
NewDbv0039MetaSlurmVersion instantiates a new Dbv0039MetaSlurmVersion 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 NewDbv0039MetaSlurmVersionWithDefaults() *Dbv0039MetaSlurmVersion
NewDbv0039MetaSlurmVersionWithDefaults instantiates a new Dbv0039MetaSlurmVersion 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 *Dbv0039MetaSlurmVersion) GetMajor() int32
GetMajor returns the Major field if non-nil, zero value otherwise.
func (o *Dbv0039MetaSlurmVersion) GetMajorOk() (*int32, 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 *Dbv0039MetaSlurmVersion) SetMajor(v int32)
SetMajor sets Major field to given value.
func (o *Dbv0039MetaSlurmVersion) HasMajor() bool
HasMajor returns a boolean if a field has been set.
func (o *Dbv0039MetaSlurmVersion) GetMicro() int32
GetMicro returns the Micro field if non-nil, zero value otherwise.
func (o *Dbv0039MetaSlurmVersion) GetMicroOk() (*int32, 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 *Dbv0039MetaSlurmVersion) SetMicro(v int32)
SetMicro sets Micro field to given value.
func (o *Dbv0039MetaSlurmVersion) HasMicro() bool
HasMicro returns a boolean if a field has been set.
func (o *Dbv0039MetaSlurmVersion) GetMinor() int32
GetMinor returns the Minor field if non-nil, zero value otherwise.
func (o *Dbv0039MetaSlurmVersion) GetMinorOk() (*int32, 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 *Dbv0039MetaSlurmVersion) SetMinor(v int32)
SetMinor sets Minor field to given value.
func (o *Dbv0039MetaSlurmVersion) HasMinor() bool
HasMinor returns a boolean if a field has been set.