Name | Type | Description | Notes |
---|---|---|---|
Accounts | []string | ||
Association | Pointer to V0040AssocRecSet | [optional] | |
Clusters | Pointer to []string | [optional] |
func NewV0040AccountsAddCond(accounts []string, ) *V0040AccountsAddCond
NewV0040AccountsAddCond instantiates a new V0040AccountsAddCond 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 NewV0040AccountsAddCondWithDefaults() *V0040AccountsAddCond
NewV0040AccountsAddCondWithDefaults instantiates a new V0040AccountsAddCond 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 *V0040AccountsAddCond) GetAccounts() []string
GetAccounts returns the Accounts field if non-nil, zero value otherwise.
func (o *V0040AccountsAddCond) GetAccountsOk() (*[]string, bool)
GetAccountsOk returns a tuple with the Accounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AccountsAddCond) SetAccounts(v []string)
SetAccounts sets Accounts field to given value.
func (o *V0040AccountsAddCond) GetAssociation() V0040AssocRecSet
GetAssociation returns the Association field if non-nil, zero value otherwise.
func (o *V0040AccountsAddCond) GetAssociationOk() (*V0040AssocRecSet, bool)
GetAssociationOk returns a tuple with the Association field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AccountsAddCond) SetAssociation(v V0040AssocRecSet)
SetAssociation sets Association field to given value.
func (o *V0040AccountsAddCond) HasAssociation() bool
HasAssociation returns a boolean if a field has been set.
func (o *V0040AccountsAddCond) GetClusters() []string
GetClusters returns the Clusters field if non-nil, zero value otherwise.
func (o *V0040AccountsAddCond) GetClustersOk() (*[]string, bool)
GetClustersOk returns a tuple with the Clusters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AccountsAddCond) SetClusters(v []string)
SetClusters sets Clusters field to given value.
func (o *V0040AccountsAddCond) HasClusters() bool
HasClusters returns a boolean if a field has been set.