Name | Type | Description | Notes |
---|---|---|---|
User | string | ||
Relation | string | ||
Object | string |
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
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
func (o *TupleKeyWithoutCondition) GetUser() string
GetUser returns the User field if non-nil, zero value otherwise.
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.
func (o *TupleKeyWithoutCondition) SetUser(v string)
SetUser sets User field to given value.
func (o *TupleKeyWithoutCondition) GetRelation() string
GetRelation returns the Relation field if non-nil, zero value otherwise.
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.
func (o *TupleKeyWithoutCondition) SetRelation(v string)
SetRelation sets Relation field to given value.
func (o *TupleKeyWithoutCondition) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
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.
func (o *TupleKeyWithoutCondition) SetObject(v string)
SetObject sets Object field to given value.