Name | Type | Description | Notes |
---|---|---|---|
This | Pointer to map[string]interface{} | A DirectUserset is a sentinel message for referencing the direct members specified by an object/relation mapping. | [optional] |
ComputedUserset | Pointer to ObjectRelation | [optional] | |
TupleToUserset | Pointer to TupleToUserset | [optional] | |
Union | Pointer to Usersets | [optional] | |
Intersection | Pointer to Usersets | [optional] | |
Difference | Pointer to Difference | [optional] |
func NewUserset() *Userset
NewUserset instantiates a new Userset 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 NewUsersetWithDefaults() *Userset
NewUsersetWithDefaults instantiates a new Userset 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 *Userset) GetThis() map[string]interface{}
GetThis returns the This field if non-nil, zero value otherwise.
func (o *Userset) GetThisOk() (*map[string]interface{}, bool)
GetThisOk returns a tuple with the This field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Userset) SetThis(v map[string]interface{})
SetThis sets This field to given value.
func (o *Userset) HasThis() bool
HasThis returns a boolean if a field has been set.
func (o *Userset) GetComputedUserset() ObjectRelation
GetComputedUserset returns the ComputedUserset field if non-nil, zero value otherwise.
func (o *Userset) 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 *Userset) SetComputedUserset(v ObjectRelation)
SetComputedUserset sets ComputedUserset field to given value.
func (o *Userset) HasComputedUserset() bool
HasComputedUserset returns a boolean if a field has been set.
func (o *Userset) GetTupleToUserset() TupleToUserset
GetTupleToUserset returns the TupleToUserset field if non-nil, zero value otherwise.
func (o *Userset) GetTupleToUsersetOk() (*TupleToUserset, bool)
GetTupleToUsersetOk returns a tuple with the TupleToUserset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Userset) SetTupleToUserset(v TupleToUserset)
SetTupleToUserset sets TupleToUserset field to given value.
func (o *Userset) HasTupleToUserset() bool
HasTupleToUserset returns a boolean if a field has been set.
func (o *Userset) GetUnion() Usersets
GetUnion returns the Union field if non-nil, zero value otherwise.
func (o *Userset) GetUnionOk() (*Usersets, bool)
GetUnionOk returns a tuple with the Union field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Userset) SetUnion(v Usersets)
SetUnion sets Union field to given value.
func (o *Userset) HasUnion() bool
HasUnion returns a boolean if a field has been set.
func (o *Userset) GetIntersection() Usersets
GetIntersection returns the Intersection field if non-nil, zero value otherwise.
func (o *Userset) GetIntersectionOk() (*Usersets, bool)
GetIntersectionOk returns a tuple with the Intersection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Userset) SetIntersection(v Usersets)
SetIntersection sets Intersection field to given value.
func (o *Userset) HasIntersection() bool
HasIntersection returns a boolean if a field has been set.
func (o *Userset) GetDifference() Difference
GetDifference returns the Difference field if non-nil, zero value otherwise.
func (o *Userset) GetDifferenceOk() (*Difference, bool)
GetDifferenceOk returns a tuple with the Difference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Userset) SetDifference(v Difference)
SetDifference sets Difference field to given value.
func (o *Userset) HasDifference() bool
HasDifference returns a boolean if a field has been set.