Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.6 KB

TupleKeyWithoutCondition.md

File metadata and controls

93 lines (50 loc) · 2.6 KB

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] [Back to API list] [Back to README]