Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.18 KB

TupleToUserset.md

File metadata and controls

72 lines (39 loc) · 2.18 KB

TupleToUserset

Properties

Name Type Description Notes
Tupleset ObjectRelation
ComputedUserset ObjectRelation

Methods

NewTupleToUserset

func NewTupleToUserset(tupleset ObjectRelation, computedUserset ObjectRelation, ) *TupleToUserset

NewTupleToUserset instantiates a new TupleToUserset 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

NewTupleToUsersetWithDefaults

func NewTupleToUsersetWithDefaults() *TupleToUserset

NewTupleToUsersetWithDefaults instantiates a new TupleToUserset 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 *TupleToUserset) GetTupleset() ObjectRelation

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

GetTuplesetOk

func (o *TupleToUserset) GetTuplesetOk() (*ObjectRelation, 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 *TupleToUserset) SetTupleset(v ObjectRelation)

SetTupleset sets Tupleset field to given value.

GetComputedUserset

func (o *TupleToUserset) GetComputedUserset() ObjectRelation

GetComputedUserset returns the ComputedUserset field if non-nil, zero value otherwise.

GetComputedUsersetOk

func (o *TupleToUserset) GetComputedUsersetOk() (*ObjectRelation, bool)

GetComputedUsersetOk returns a tuple with the ComputedUserset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetComputedUserset

func (o *TupleToUserset) SetComputedUserset(v ObjectRelation)

SetComputedUserset sets ComputedUserset field to given value.

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