Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 4.36 KB

V0041OpenapiAccountsRemovedResp.md

File metadata and controls

129 lines (70 loc) · 4.36 KB

V0041OpenapiAccountsRemovedResp

Properties

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

Methods

NewV0041OpenapiAccountsRemovedResp

func NewV0041OpenapiAccountsRemovedResp(removedAccounts []string, ) *V0041OpenapiAccountsRemovedResp

NewV0041OpenapiAccountsRemovedResp instantiates a new V0041OpenapiAccountsRemovedResp 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

NewV0041OpenapiAccountsRemovedRespWithDefaults

func NewV0041OpenapiAccountsRemovedRespWithDefaults() *V0041OpenapiAccountsRemovedResp

NewV0041OpenapiAccountsRemovedRespWithDefaults instantiates a new V0041OpenapiAccountsRemovedResp 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

GetRemovedAccounts

func (o *V0041OpenapiAccountsRemovedResp) GetRemovedAccounts() []string

GetRemovedAccounts returns the RemovedAccounts field if non-nil, zero value otherwise.

GetRemovedAccountsOk

func (o *V0041OpenapiAccountsRemovedResp) GetRemovedAccountsOk() (*[]string, bool)

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

SetRemovedAccounts

func (o *V0041OpenapiAccountsRemovedResp) SetRemovedAccounts(v []string)

SetRemovedAccounts sets RemovedAccounts field to given value.

GetMeta

func (o *V0041OpenapiAccountsRemovedResp) GetMeta() V0041OpenapiSlurmdbdJobsRespMeta

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

GetMetaOk

func (o *V0041OpenapiAccountsRemovedResp) 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 *V0041OpenapiAccountsRemovedResp) SetMeta(v V0041OpenapiSlurmdbdJobsRespMeta)

SetMeta sets Meta field to given value.

HasMeta

func (o *V0041OpenapiAccountsRemovedResp) HasMeta() bool

HasMeta returns a boolean if a field has been set.

GetErrors

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

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

GetErrorsOk

func (o *V0041OpenapiAccountsRemovedResp) 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 *V0041OpenapiAccountsRemovedResp) SetErrors(v []V0041OpenapiSlurmdbdJobsRespErrorsInner)

SetErrors sets Errors field to given value.

HasErrors

func (o *V0041OpenapiAccountsRemovedResp) HasErrors() bool

HasErrors returns a boolean if a field has been set.

GetWarnings

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

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

GetWarningsOk

func (o *V0041OpenapiAccountsRemovedResp) 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 *V0041OpenapiAccountsRemovedResp) SetWarnings(v []V0041OpenapiSlurmdbdJobsRespWarningsInner)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *V0041OpenapiAccountsRemovedResp) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

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