Name | Type | Description | Notes |
---|---|---|---|
Tupleset | ObjectRelation | ||
ComputedUserset | ObjectRelation |
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
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
func (o *TupleToUserset) GetTupleset() ObjectRelation
GetTupleset returns the Tupleset field if non-nil, zero value otherwise.
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.
func (o *TupleToUserset) SetTupleset(v ObjectRelation)
SetTupleset sets Tupleset field to given value.
func (o *TupleToUserset) GetComputedUserset() ObjectRelation
GetComputedUserset returns the ComputedUserset field if non-nil, zero value otherwise.
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.
func (o *TupleToUserset) SetComputedUserset(v ObjectRelation)
SetComputedUserset sets ComputedUserset field to given value.