Name | Type | Description | Notes |
---|---|---|---|
Meta | Pointer to Dbv0039Meta | [optional] | |
Errors | Pointer to []Dbv0039Error | Slurm errors | [optional] |
Warnings | Pointer to []Dbv0039Warning | Slurm warnings | [optional] |
Tres | Pointer to []V0039Tres | [optional] |
func NewDbv0039TresInfo() *Dbv0039TresInfo
NewDbv0039TresInfo instantiates a new Dbv0039TresInfo 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 NewDbv0039TresInfoWithDefaults() *Dbv0039TresInfo
NewDbv0039TresInfoWithDefaults instantiates a new Dbv0039TresInfo 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 *Dbv0039TresInfo) GetMeta() Dbv0039Meta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *Dbv0039TresInfo) 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 *Dbv0039TresInfo) SetMeta(v Dbv0039Meta)
SetMeta sets Meta field to given value.
func (o *Dbv0039TresInfo) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *Dbv0039TresInfo) GetErrors() []Dbv0039Error
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *Dbv0039TresInfo) 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 *Dbv0039TresInfo) SetErrors(v []Dbv0039Error)
SetErrors sets Errors field to given value.
func (o *Dbv0039TresInfo) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *Dbv0039TresInfo) GetWarnings() []Dbv0039Warning
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *Dbv0039TresInfo) 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 *Dbv0039TresInfo) SetWarnings(v []Dbv0039Warning)
SetWarnings sets Warnings field to given value.
func (o *Dbv0039TresInfo) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.
func (o *Dbv0039TresInfo) GetTres() []V0039Tres
GetTres returns the Tres field if non-nil, zero value otherwise.
func (o *Dbv0039TresInfo) GetTresOk() (*[]V0039Tres, bool)
GetTresOk returns a tuple with the Tres field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dbv0039TresInfo) SetTres(v []V0039Tres)
SetTres sets Tres field to given value.
func (o *Dbv0039TresInfo) HasTres() bool
HasTres returns a boolean if a field has been set.