Name | Type | Description | Notes |
---|---|---|---|
Tupleset | string | ||
Computed | []Computed |
func NewUsersetTreeTupleToUserset(tupleset string, computed []Computed, ) *UsersetTreeTupleToUserset
NewUsersetTreeTupleToUserset instantiates a new UsersetTreeTupleToUserset 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 NewUsersetTreeTupleToUsersetWithDefaults() *UsersetTreeTupleToUserset
NewUsersetTreeTupleToUsersetWithDefaults instantiates a new UsersetTreeTupleToUserset 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 *UsersetTreeTupleToUserset) GetTupleset() string
GetTupleset returns the Tupleset field if non-nil, zero value otherwise.
func (o *UsersetTreeTupleToUserset) GetTuplesetOk() (*string, bool)
GetTuplesetOk returns a tuple with the Tupleset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UsersetTreeTupleToUserset) SetTupleset(v string)
SetTupleset sets Tupleset field to given value.
func (o *UsersetTreeTupleToUserset) GetComputed() []Computed
GetComputed returns the Computed field if non-nil, zero value otherwise.
func (o *UsersetTreeTupleToUserset) GetComputedOk() (*[]Computed, bool)
GetComputedOk returns a tuple with the Computed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UsersetTreeTupleToUserset) SetComputed(v []Computed)
SetComputed sets Computed field to given value.