Name | Type | Description | Notes |
---|---|---|---|
Meta | Pointer to Dbv0039Meta | [optional] | |
Errors | Pointer to []Dbv0039Error | Slurm errors | [optional] |
Warnings | Pointer to []Dbv0039Warning | Slurm warnings | [optional] |
Clusters | Pointer to []V0039ClusterRec | [optional] |
func NewDbv0039ClustersInfo() *Dbv0039ClustersInfo
NewDbv0039ClustersInfo instantiates a new Dbv0039ClustersInfo 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 NewDbv0039ClustersInfoWithDefaults() *Dbv0039ClustersInfo
NewDbv0039ClustersInfoWithDefaults instantiates a new Dbv0039ClustersInfo 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 *Dbv0039ClustersInfo) GetMeta() Dbv0039Meta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *Dbv0039ClustersInfo) GetMetaOk() (*Dbv0039Meta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039ClustersInfo) SetMeta(v Dbv0039Meta)
SetMeta sets Meta field to given value.
func (o *Dbv0039ClustersInfo) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *Dbv0039ClustersInfo) GetErrors() []Dbv0039Error
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *Dbv0039ClustersInfo) GetErrorsOk() (*[]Dbv0039Error, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039ClustersInfo) SetErrors(v []Dbv0039Error)
SetErrors sets Errors field to given value.
func (o *Dbv0039ClustersInfo) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *Dbv0039ClustersInfo) GetWarnings() []Dbv0039Warning
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *Dbv0039ClustersInfo) GetWarningsOk() (*[]Dbv0039Warning, bool)
GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039ClustersInfo) SetWarnings(v []Dbv0039Warning)
SetWarnings sets Warnings field to given value.
func (o *Dbv0039ClustersInfo) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.
func (o *Dbv0039ClustersInfo) GetClusters() []V0039ClusterRec
GetClusters returns the Clusters field if non-nil, zero value otherwise.
func (o *Dbv0039ClustersInfo) GetClustersOk() (*[]V0039ClusterRec, bool)
GetClustersOk returns a tuple with the Clusters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039ClustersInfo) SetClusters(v []V0039ClusterRec)
SetClusters sets Clusters field to given value.
func (o *Dbv0039ClustersInfo) HasClusters() bool
HasClusters returns a boolean if a field has been set.