Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.33 KB

Dbv0039MetaSlurm.md

File metadata and controls

82 lines (45 loc) · 2.33 KB

Dbv0039MetaSlurm

Properties

Name Type Description Notes
Version Pointer to Dbv0039MetaSlurmVersion [optional]
Release Pointer to string version specifier [optional]

Methods

NewDbv0039MetaSlurm

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

NewDbv0039MetaSlurmWithDefaults

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

GetVersion

func (o *Dbv0039MetaSlurm) GetVersion() Dbv0039MetaSlurmVersion

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *Dbv0039MetaSlurm) SetVersion(v Dbv0039MetaSlurmVersion)

SetVersion sets Version field to given value.

HasVersion

func (o *Dbv0039MetaSlurm) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetRelease

func (o *Dbv0039MetaSlurm) GetRelease() string

GetRelease returns the Release field if non-nil, zero value otherwise.

GetReleaseOk

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.

SetRelease

func (o *Dbv0039MetaSlurm) SetRelease(v string)

SetRelease sets Release field to given value.

HasRelease

func (o *Dbv0039MetaSlurm) HasRelease() bool

HasRelease returns a boolean if a field has been set.

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