-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(write): normalize deletes field
- Loading branch information
Showing
18 changed files
with
528 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# TupleKeyWithoutCondition | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**User** | **string** | | | ||
**Relation** | **string** | | | ||
**Object** | **string** | | | ||
|
||
## Methods | ||
|
||
### NewTupleKeyWithoutCondition | ||
|
||
`func NewTupleKeyWithoutCondition(user string, relation string, object string, ) *TupleKeyWithoutCondition` | ||
|
||
NewTupleKeyWithoutCondition instantiates a new TupleKeyWithoutCondition 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 | ||
|
||
### NewTupleKeyWithoutConditionWithDefaults | ||
|
||
`func NewTupleKeyWithoutConditionWithDefaults() *TupleKeyWithoutCondition` | ||
|
||
NewTupleKeyWithoutConditionWithDefaults instantiates a new TupleKeyWithoutCondition 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 | ||
|
||
### GetUser | ||
|
||
`func (o *TupleKeyWithoutCondition) GetUser() string` | ||
|
||
GetUser returns the User field if non-nil, zero value otherwise. | ||
|
||
### GetUserOk | ||
|
||
`func (o *TupleKeyWithoutCondition) GetUserOk() (*string, bool)` | ||
|
||
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetUser | ||
|
||
`func (o *TupleKeyWithoutCondition) SetUser(v string)` | ||
|
||
SetUser sets User field to given value. | ||
|
||
|
||
### GetRelation | ||
|
||
`func (o *TupleKeyWithoutCondition) GetRelation() string` | ||
|
||
GetRelation returns the Relation field if non-nil, zero value otherwise. | ||
|
||
### GetRelationOk | ||
|
||
`func (o *TupleKeyWithoutCondition) GetRelationOk() (*string, bool)` | ||
|
||
GetRelationOk returns a tuple with the Relation field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetRelation | ||
|
||
`func (o *TupleKeyWithoutCondition) SetRelation(v string)` | ||
|
||
SetRelation sets Relation field to given value. | ||
|
||
|
||
### GetObject | ||
|
||
`func (o *TupleKeyWithoutCondition) GetObject() string` | ||
|
||
GetObject returns the Object field if non-nil, zero value otherwise. | ||
|
||
### GetObjectOk | ||
|
||
`func (o *TupleKeyWithoutCondition) GetObjectOk() (*string, bool)` | ||
|
||
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetObject | ||
|
||
`func (o *TupleKeyWithoutCondition) SetObject(v string)` | ||
|
||
SetObject sets Object field to given value. | ||
|
||
|
||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.