Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.76 KB

V0040ClusterRecAssociations.md

File metadata and controls

56 lines (31 loc) · 1.76 KB

V0040ClusterRecAssociations

Properties

Name Type Description Notes
Root Pointer to V0040AssocShort [optional]

Methods

NewV0040ClusterRecAssociations

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

NewV0040ClusterRecAssociationsWithDefaults

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

GetRoot

func (o *V0040ClusterRecAssociations) GetRoot() V0040AssocShort

GetRoot returns the Root field if non-nil, zero value otherwise.

GetRootOk

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.

SetRoot

func (o *V0040ClusterRecAssociations) SetRoot(v V0040AssocShort)

SetRoot sets Root field to given value.

HasRoot

func (o *V0040ClusterRecAssociations) HasRoot() bool

HasRoot returns a boolean if a field has been set.

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