Name | Type | Description | Notes |
---|---|---|---|
Version | Pointer to Dbv0039MetaSlurmVersion | [optional] | |
Release | Pointer to string | version specifier | [optional] |
func NewDbv0039MetaSlurm() *Dbv0039MetaSlurm
NewDbv0039MetaSlurm instantiates a new Dbv0039MetaSlurm 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 NewDbv0039MetaSlurmWithDefaults() *Dbv0039MetaSlurm
NewDbv0039MetaSlurmWithDefaults instantiates a new Dbv0039MetaSlurm 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 *Dbv0039MetaSlurm) GetVersion() Dbv0039MetaSlurmVersion
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *Dbv0039MetaSlurm) GetVersionOk() (*Dbv0039MetaSlurmVersion, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039MetaSlurm) SetVersion(v Dbv0039MetaSlurmVersion)
SetVersion sets Version field to given value.
func (o *Dbv0039MetaSlurm) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *Dbv0039MetaSlurm) GetRelease() string
GetRelease returns the Release field if non-nil, zero value otherwise.
func (o *Dbv0039MetaSlurm) GetReleaseOk() (*string, bool)
GetReleaseOk returns a tuple with the Release field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039MetaSlurm) SetRelease(v string)
SetRelease sets Release field to given value.
func (o *Dbv0039MetaSlurm) HasRelease() bool
HasRelease returns a boolean if a field has been set.