Name | Type | Description | Notes |
---|---|---|---|
Associations | []V0041OpenapiSlurmdbdConfigRespAssociationsInner | associations | |
Meta | Pointer to V0041OpenapiSlurmdbdJobsRespMeta | [optional] | |
Errors | Pointer to []V0041OpenapiSlurmdbdJobsRespErrorsInner | Query errors | [optional] |
Warnings | Pointer to []V0041OpenapiSlurmdbdJobsRespWarningsInner | Query warnings | [optional] |
func NewV0041OpenapiAssocsResp(associations []V0041OpenapiSlurmdbdConfigRespAssociationsInner, ) *V0041OpenapiAssocsResp
NewV0041OpenapiAssocsResp instantiates a new V0041OpenapiAssocsResp 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 NewV0041OpenapiAssocsRespWithDefaults() *V0041OpenapiAssocsResp
NewV0041OpenapiAssocsRespWithDefaults instantiates a new V0041OpenapiAssocsResp 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 *V0041OpenapiAssocsResp) GetAssociations() []V0041OpenapiSlurmdbdConfigRespAssociationsInner
GetAssociations returns the Associations field if non-nil, zero value otherwise.
func (o *V0041OpenapiAssocsResp) GetAssociationsOk() (*[]V0041OpenapiSlurmdbdConfigRespAssociationsInner, bool)
GetAssociationsOk returns a tuple with the Associations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiAssocsResp) SetAssociations(v []V0041OpenapiSlurmdbdConfigRespAssociationsInner)
SetAssociations sets Associations field to given value.
func (o *V0041OpenapiAssocsResp) GetMeta() V0041OpenapiSlurmdbdJobsRespMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *V0041OpenapiAssocsResp) GetMetaOk() (*V0041OpenapiSlurmdbdJobsRespMeta, 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 *V0041OpenapiAssocsResp) SetMeta(v V0041OpenapiSlurmdbdJobsRespMeta)
SetMeta sets Meta field to given value.
func (o *V0041OpenapiAssocsResp) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *V0041OpenapiAssocsResp) GetErrors() []V0041OpenapiSlurmdbdJobsRespErrorsInner
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *V0041OpenapiAssocsResp) GetErrorsOk() (*[]V0041OpenapiSlurmdbdJobsRespErrorsInner, 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 *V0041OpenapiAssocsResp) SetErrors(v []V0041OpenapiSlurmdbdJobsRespErrorsInner)
SetErrors sets Errors field to given value.
func (o *V0041OpenapiAssocsResp) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *V0041OpenapiAssocsResp) GetWarnings() []V0041OpenapiSlurmdbdJobsRespWarningsInner
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *V0041OpenapiAssocsResp) GetWarningsOk() (*[]V0041OpenapiSlurmdbdJobsRespWarningsInner, 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 *V0041OpenapiAssocsResp) SetWarnings(v []V0041OpenapiSlurmdbdJobsRespWarningsInner)
SetWarnings sets Warnings field to given value.
func (o *V0041OpenapiAssocsResp) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.