Skip to content

Files

Latest commit

5159e36 · Aug 2, 2024

History

History
129 lines (70 loc) · 4.4 KB

V0041OpenapiAccountsAddCondRespStr.md

File metadata and controls

129 lines (70 loc) · 4.4 KB

V0041OpenapiAccountsAddCondRespStr

Properties

Name Type Description Notes
AddedAccounts string added_accounts
Meta Pointer to V0041OpenapiSlurmdbdJobsRespMeta [optional]
Errors Pointer to []V0041OpenapiSlurmdbdJobsRespErrorsInner Query errors [optional]
Warnings Pointer to []V0041OpenapiSlurmdbdJobsRespWarningsInner Query warnings [optional]

Methods

NewV0041OpenapiAccountsAddCondRespStr

func NewV0041OpenapiAccountsAddCondRespStr(addedAccounts string, ) *V0041OpenapiAccountsAddCondRespStr

NewV0041OpenapiAccountsAddCondRespStr instantiates a new V0041OpenapiAccountsAddCondRespStr 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

NewV0041OpenapiAccountsAddCondRespStrWithDefaults

func NewV0041OpenapiAccountsAddCondRespStrWithDefaults() *V0041OpenapiAccountsAddCondRespStr

NewV0041OpenapiAccountsAddCondRespStrWithDefaults instantiates a new V0041OpenapiAccountsAddCondRespStr 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

GetAddedAccounts

func (o *V0041OpenapiAccountsAddCondRespStr) GetAddedAccounts() string

GetAddedAccounts returns the AddedAccounts field if non-nil, zero value otherwise.

GetAddedAccountsOk

func (o *V0041OpenapiAccountsAddCondRespStr) GetAddedAccountsOk() (*string, bool)

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

SetAddedAccounts

func (o *V0041OpenapiAccountsAddCondRespStr) SetAddedAccounts(v string)

SetAddedAccounts sets AddedAccounts field to given value.

GetMeta

func (o *V0041OpenapiAccountsAddCondRespStr) GetMeta() V0041OpenapiSlurmdbdJobsRespMeta

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

GetMetaOk

func (o *V0041OpenapiAccountsAddCondRespStr) 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.

SetMeta

func (o *V0041OpenapiAccountsAddCondRespStr) SetMeta(v V0041OpenapiSlurmdbdJobsRespMeta)

SetMeta sets Meta field to given value.

HasMeta

func (o *V0041OpenapiAccountsAddCondRespStr) HasMeta() bool

HasMeta returns a boolean if a field has been set.

GetErrors

func (o *V0041OpenapiAccountsAddCondRespStr) GetErrors() []V0041OpenapiSlurmdbdJobsRespErrorsInner

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

GetErrorsOk

func (o *V0041OpenapiAccountsAddCondRespStr) 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.

SetErrors

func (o *V0041OpenapiAccountsAddCondRespStr) SetErrors(v []V0041OpenapiSlurmdbdJobsRespErrorsInner)

SetErrors sets Errors field to given value.

HasErrors

func (o *V0041OpenapiAccountsAddCondRespStr) HasErrors() bool

HasErrors returns a boolean if a field has been set.

GetWarnings

func (o *V0041OpenapiAccountsAddCondRespStr) GetWarnings() []V0041OpenapiSlurmdbdJobsRespWarningsInner

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

GetWarningsOk

func (o *V0041OpenapiAccountsAddCondRespStr) 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.

SetWarnings

func (o *V0041OpenapiAccountsAddCondRespStr) SetWarnings(v []V0041OpenapiSlurmdbdJobsRespWarningsInner)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *V0041OpenapiAccountsAddCondRespStr) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

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