File: Userset.md

package info (click to toggle)
golang-github-openfga-go-sdk 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 1,960 kB
  • sloc: makefile: 13
file content (186 lines) | stat: -rw-r--r-- 5,182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
# Userset

## Properties

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**](ObjectRelation.md) |  | [optional] 
**TupleToUserset** | Pointer to [**TupleToUserset**](TupleToUserset.md) |  | [optional] 
**Union** | Pointer to [**Usersets**](Usersets.md) |  | [optional] 
**Intersection** | Pointer to [**Usersets**](Usersets.md) |  | [optional] 
**Difference** | Pointer to [**Difference**](Difference.md) |  | [optional] 

## Methods

### NewUserset

`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

### NewUsersetWithDefaults

`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

### GetThis

`func (o *Userset) GetThis() map[string]interface{}`

GetThis returns the This field if non-nil, zero value otherwise.

### GetThisOk

`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.

### SetThis

`func (o *Userset) SetThis(v map[string]interface{})`

SetThis sets This field to given value.

### HasThis

`func (o *Userset) HasThis() bool`

HasThis returns a boolean if a field has been set.

### GetComputedUserset

`func (o *Userset) GetComputedUserset() ObjectRelation`

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

### GetComputedUsersetOk

`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.

### SetComputedUserset

`func (o *Userset) SetComputedUserset(v ObjectRelation)`

SetComputedUserset sets ComputedUserset field to given value.

### HasComputedUserset

`func (o *Userset) HasComputedUserset() bool`

HasComputedUserset returns a boolean if a field has been set.

### GetTupleToUserset

`func (o *Userset) GetTupleToUserset() TupleToUserset`

GetTupleToUserset returns the TupleToUserset field if non-nil, zero value otherwise.

### GetTupleToUsersetOk

`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.

### SetTupleToUserset

`func (o *Userset) SetTupleToUserset(v TupleToUserset)`

SetTupleToUserset sets TupleToUserset field to given value.

### HasTupleToUserset

`func (o *Userset) HasTupleToUserset() bool`

HasTupleToUserset returns a boolean if a field has been set.

### GetUnion

`func (o *Userset) GetUnion() Usersets`

GetUnion returns the Union field if non-nil, zero value otherwise.

### GetUnionOk

`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.

### SetUnion

`func (o *Userset) SetUnion(v Usersets)`

SetUnion sets Union field to given value.

### HasUnion

`func (o *Userset) HasUnion() bool`

HasUnion returns a boolean if a field has been set.

### GetIntersection

`func (o *Userset) GetIntersection() Usersets`

GetIntersection returns the Intersection field if non-nil, zero value otherwise.

### GetIntersectionOk

`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.

### SetIntersection

`func (o *Userset) SetIntersection(v Usersets)`

SetIntersection sets Intersection field to given value.

### HasIntersection

`func (o *Userset) HasIntersection() bool`

HasIntersection returns a boolean if a field has been set.

### GetDifference

`func (o *Userset) GetDifference() Difference`

GetDifference returns the Difference field if non-nil, zero value otherwise.

### GetDifferenceOk

`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.

### SetDifference

`func (o *Userset) SetDifference(v Difference)`

SetDifference sets Difference field to given value.

### HasDifference

`func (o *Userset) HasDifference() bool`

HasDifference returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)