Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 3.32 KB

V0039AssocShort.md

File metadata and controls

129 lines (70 loc) · 3.32 KB

V0039AssocShort

Properties

Name Type Description Notes
Account Pointer to string [optional]
Cluster Pointer to string [optional]
Partition Pointer to string [optional]
User string

Methods

NewV0039AssocShort

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

NewV0039AssocShortWithDefaults

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

GetAccount

func (o *V0039AssocShort) GetAccount() string

GetAccount returns the Account field if non-nil, zero value otherwise.

GetAccountOk

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.

SetAccount

func (o *V0039AssocShort) SetAccount(v string)

SetAccount sets Account field to given value.

HasAccount

func (o *V0039AssocShort) HasAccount() bool

HasAccount returns a boolean if a field has been set.

GetCluster

func (o *V0039AssocShort) GetCluster() string

GetCluster returns the Cluster field if non-nil, zero value otherwise.

GetClusterOk

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.

SetCluster

func (o *V0039AssocShort) SetCluster(v string)

SetCluster sets Cluster field to given value.

HasCluster

func (o *V0039AssocShort) HasCluster() bool

HasCluster returns a boolean if a field has been set.

GetPartition

func (o *V0039AssocShort) GetPartition() string

GetPartition returns the Partition field if non-nil, zero value otherwise.

GetPartitionOk

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.

SetPartition

func (o *V0039AssocShort) SetPartition(v string)

SetPartition sets Partition field to given value.

HasPartition

func (o *V0039AssocShort) HasPartition() bool

HasPartition returns a boolean if a field has been set.

GetUser

func (o *V0039AssocShort) GetUser() string

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

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.

SetUser

func (o *V0039AssocShort) SetUser(v string)

SetUser sets User field to given value.

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