Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 3.95 KB

V0040OpenapiSlurmdbdStatsResp.md

File metadata and controls

129 lines (70 loc) · 3.95 KB

V0040OpenapiSlurmdbdStatsResp

Properties

Name Type Description Notes
Statistics V0040StatsRec
Meta Pointer to V0040OpenapiMeta [optional]
Errors Pointer to []V0040OpenapiError [optional]
Warnings Pointer to []V0040OpenapiWarning [optional]

Methods

NewV0040OpenapiSlurmdbdStatsResp

func NewV0040OpenapiSlurmdbdStatsResp(statistics V0040StatsRec, ) *V0040OpenapiSlurmdbdStatsResp

NewV0040OpenapiSlurmdbdStatsResp instantiates a new V0040OpenapiSlurmdbdStatsResp 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

NewV0040OpenapiSlurmdbdStatsRespWithDefaults

func NewV0040OpenapiSlurmdbdStatsRespWithDefaults() *V0040OpenapiSlurmdbdStatsResp

NewV0040OpenapiSlurmdbdStatsRespWithDefaults instantiates a new V0040OpenapiSlurmdbdStatsResp 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

GetStatistics

func (o *V0040OpenapiSlurmdbdStatsResp) GetStatistics() V0040StatsRec

GetStatistics returns the Statistics field if non-nil, zero value otherwise.

GetStatisticsOk

func (o *V0040OpenapiSlurmdbdStatsResp) GetStatisticsOk() (*V0040StatsRec, bool)

GetStatisticsOk returns a tuple with the Statistics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatistics

func (o *V0040OpenapiSlurmdbdStatsResp) SetStatistics(v V0040StatsRec)

SetStatistics sets Statistics field to given value.

GetMeta

func (o *V0040OpenapiSlurmdbdStatsResp) GetMeta() V0040OpenapiMeta

GetMeta returns the Meta field if non-nil, zero value otherwise.

GetMetaOk

func (o *V0040OpenapiSlurmdbdStatsResp) GetMetaOk() (*V0040OpenapiMeta, 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.

SetMeta

func (o *V0040OpenapiSlurmdbdStatsResp) SetMeta(v V0040OpenapiMeta)

SetMeta sets Meta field to given value.

HasMeta

func (o *V0040OpenapiSlurmdbdStatsResp) HasMeta() bool

HasMeta returns a boolean if a field has been set.

GetErrors

func (o *V0040OpenapiSlurmdbdStatsResp) GetErrors() []V0040OpenapiError

GetErrors returns the Errors field if non-nil, zero value otherwise.

GetErrorsOk

func (o *V0040OpenapiSlurmdbdStatsResp) GetErrorsOk() (*[]V0040OpenapiError, 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.

SetErrors

func (o *V0040OpenapiSlurmdbdStatsResp) SetErrors(v []V0040OpenapiError)

SetErrors sets Errors field to given value.

HasErrors

func (o *V0040OpenapiSlurmdbdStatsResp) HasErrors() bool

HasErrors returns a boolean if a field has been set.

GetWarnings

func (o *V0040OpenapiSlurmdbdStatsResp) GetWarnings() []V0040OpenapiWarning

GetWarnings returns the Warnings field if non-nil, zero value otherwise.

GetWarningsOk

func (o *V0040OpenapiSlurmdbdStatsResp) GetWarningsOk() (*[]V0040OpenapiWarning, 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.

SetWarnings

func (o *V0040OpenapiSlurmdbdStatsResp) SetWarnings(v []V0040OpenapiWarning)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *V0040OpenapiSlurmdbdStatsResp) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

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