Name | Type | Description | Notes |
---|---|---|---|
Root | Pointer to V0040AssocShort | [optional] |
func NewV0040ClusterRecAssociations() *V0040ClusterRecAssociations
NewV0040ClusterRecAssociations instantiates a new V0040ClusterRecAssociations 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 NewV0040ClusterRecAssociationsWithDefaults() *V0040ClusterRecAssociations
NewV0040ClusterRecAssociationsWithDefaults instantiates a new V0040ClusterRecAssociations 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 *V0040ClusterRecAssociations) GetRoot() V0040AssocShort
GetRoot returns the Root field if non-nil, zero value otherwise.
func (o *V0040ClusterRecAssociations) GetRootOk() (*V0040AssocShort, bool)
GetRootOk returns a tuple with the Root field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040ClusterRecAssociations) SetRoot(v V0040AssocShort)
SetRoot sets Root field to given value.
func (o *V0040ClusterRecAssociations) HasRoot() bool
HasRoot returns a boolean if a field has been set.