Name | Type | Description | Notes |
---|---|---|---|
Accounts | Pointer to []string | [optional] | |
Association | Pointer to V0040AssocRecSet | [optional] | |
Clusters | Pointer to []string | [optional] | |
Partitions | Pointer to []string | [optional] | |
Users | []string | ||
Wckeys | Pointer to []string | [optional] |
func NewV0040UsersAddCond(users []string, ) *V0040UsersAddCond
NewV0040UsersAddCond instantiates a new V0040UsersAddCond 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 NewV0040UsersAddCondWithDefaults() *V0040UsersAddCond
NewV0040UsersAddCondWithDefaults instantiates a new V0040UsersAddCond 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 *V0040UsersAddCond) GetAccounts() []string
GetAccounts returns the Accounts field if non-nil, zero value otherwise.
func (o *V0040UsersAddCond) 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 *V0040UsersAddCond) SetAccounts(v []string)
SetAccounts sets Accounts field to given value.
func (o *V0040UsersAddCond) HasAccounts() bool
HasAccounts returns a boolean if a field has been set.
func (o *V0040UsersAddCond) GetAssociation() V0040AssocRecSet
GetAssociation returns the Association field if non-nil, zero value otherwise.
func (o *V0040UsersAddCond) 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 *V0040UsersAddCond) SetAssociation(v V0040AssocRecSet)
SetAssociation sets Association field to given value.
func (o *V0040UsersAddCond) HasAssociation() bool
HasAssociation returns a boolean if a field has been set.
func (o *V0040UsersAddCond) GetClusters() []string
GetClusters returns the Clusters field if non-nil, zero value otherwise.
func (o *V0040UsersAddCond) 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 *V0040UsersAddCond) SetClusters(v []string)
SetClusters sets Clusters field to given value.
func (o *V0040UsersAddCond) HasClusters() bool
HasClusters returns a boolean if a field has been set.
func (o *V0040UsersAddCond) GetPartitions() []string
GetPartitions returns the Partitions field if non-nil, zero value otherwise.
func (o *V0040UsersAddCond) GetPartitionsOk() (*[]string, bool)
GetPartitionsOk returns a tuple with the Partitions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040UsersAddCond) SetPartitions(v []string)
SetPartitions sets Partitions field to given value.
func (o *V0040UsersAddCond) HasPartitions() bool
HasPartitions returns a boolean if a field has been set.
func (o *V0040UsersAddCond) GetUsers() []string
GetUsers returns the Users field if non-nil, zero value otherwise.
func (o *V0040UsersAddCond) GetUsersOk() (*[]string, bool)
GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040UsersAddCond) SetUsers(v []string)
SetUsers sets Users field to given value.
func (o *V0040UsersAddCond) GetWckeys() []string
GetWckeys returns the Wckeys field if non-nil, zero value otherwise.
func (o *V0040UsersAddCond) GetWckeysOk() (*[]string, bool)
GetWckeysOk returns a tuple with the Wckeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040UsersAddCond) SetWckeys(v []string)
SetWckeys sets Wckeys field to given value.
func (o *V0040UsersAddCond) HasWckeys() bool
HasWckeys returns a boolean if a field has been set.