Name | Type | Description | Notes |
---|---|---|---|
Version | Pointer to V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion | [optional] | |
Release | Pointer to string | Slurm release string | [optional] |
Cluster | Pointer to string | Slurm cluster name | [optional] |
func NewV0041OpenapiSlurmdbdJobsRespMetaSlurm() *V0041OpenapiSlurmdbdJobsRespMetaSlurm
NewV0041OpenapiSlurmdbdJobsRespMetaSlurm instantiates a new V0041OpenapiSlurmdbdJobsRespMetaSlurm 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 NewV0041OpenapiSlurmdbdJobsRespMetaSlurmWithDefaults() *V0041OpenapiSlurmdbdJobsRespMetaSlurm
NewV0041OpenapiSlurmdbdJobsRespMetaSlurmWithDefaults instantiates a new V0041OpenapiSlurmdbdJobsRespMetaSlurm 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 *V0041OpenapiSlurmdbdJobsRespMetaSlurm) GetVersion() V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurm) GetVersionOk() (*V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion, 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 *V0041OpenapiSlurmdbdJobsRespMetaSlurm) SetVersion(v V0041OpenapiSlurmdbdJobsRespMetaSlurmVersion)
SetVersion sets Version field to given value.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurm) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurm) GetRelease() string
GetRelease returns the Release field if non-nil, zero value otherwise.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurm) 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 *V0041OpenapiSlurmdbdJobsRespMetaSlurm) SetRelease(v string)
SetRelease sets Release field to given value.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurm) HasRelease() bool
HasRelease returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurm) GetCluster() string
GetCluster returns the Cluster field if non-nil, zero value otherwise.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurm) GetClusterOk() (*string, bool)
GetClusterOk returns a tuple with the Cluster field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurm) SetCluster(v string)
SetCluster sets Cluster field to given value.
func (o *V0041OpenapiSlurmdbdJobsRespMetaSlurm) HasCluster() bool
HasCluster returns a boolean if a field has been set.