Name | Type | Description | Notes |
---|---|---|---|
Account | Pointer to string | [optional] | |
Cluster | Pointer to string | [optional] | |
Partition | Pointer to string | [optional] | |
User | string |
func NewV0039AssocShort(user string, ) *V0039AssocShort
NewV0039AssocShort instantiates a new V0039AssocShort 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 NewV0039AssocShortWithDefaults() *V0039AssocShort
NewV0039AssocShortWithDefaults instantiates a new V0039AssocShort 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 *V0039AssocShort) GetAccount() string
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *V0039AssocShort) GetAccountOk() (*string, bool)
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocShort) SetAccount(v string)
SetAccount sets Account field to given value.
func (o *V0039AssocShort) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *V0039AssocShort) GetCluster() string
GetCluster returns the Cluster field if non-nil, zero value otherwise.
func (o *V0039AssocShort) GetClusterOk() (*string, bool)
GetClusterOk returns a tuple with the Cluster field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocShort) SetCluster(v string)
SetCluster sets Cluster field to given value.
func (o *V0039AssocShort) HasCluster() bool
HasCluster returns a boolean if a field has been set.
func (o *V0039AssocShort) GetPartition() string
GetPartition returns the Partition field if non-nil, zero value otherwise.
func (o *V0039AssocShort) GetPartitionOk() (*string, bool)
GetPartitionOk returns a tuple with the Partition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocShort) SetPartition(v string)
SetPartition sets Partition field to given value.
func (o *V0039AssocShort) HasPartition() bool
HasPartition returns a boolean if a field has been set.
func (o *V0039AssocShort) GetUser() string
GetUser returns the User field if non-nil, zero value otherwise.
func (o *V0039AssocShort) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocShort) SetUser(v string)
SetUser sets User field to given value.