Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.19 KB

UsersetTreeTupleToUserset.md

File metadata and controls

72 lines (39 loc) · 2.19 KB

UsersetTreeTupleToUserset

Properties

Name Type Description Notes
Tupleset string
Computed []Computed

Methods

NewUsersetTreeTupleToUserset

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

NewUsersetTreeTupleToUsersetWithDefaults

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

GetTupleset

func (o *UsersetTreeTupleToUserset) GetTupleset() string

GetTupleset returns the Tupleset field if non-nil, zero value otherwise.

GetTuplesetOk

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.

SetTupleset

func (o *UsersetTreeTupleToUserset) SetTupleset(v string)

SetTupleset sets Tupleset field to given value.

GetComputed

func (o *UsersetTreeTupleToUserset) GetComputed() []Computed

GetComputed returns the Computed field if non-nil, zero value otherwise.

GetComputedOk

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.

SetComputed

func (o *UsersetTreeTupleToUserset) SetComputed(v []Computed)

SetComputed sets Computed field to given value.

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