Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.52 KB

CheckRequestTupleKey.md

File metadata and controls

93 lines (50 loc) · 2.52 KB

CheckRequestTupleKey

Properties

Name Type Description Notes
User string
Relation string
Object string

Methods

NewCheckRequestTupleKey

func NewCheckRequestTupleKey(user string, relation string, object string, ) *CheckRequestTupleKey

NewCheckRequestTupleKey instantiates a new CheckRequestTupleKey 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

NewCheckRequestTupleKeyWithDefaults

func NewCheckRequestTupleKeyWithDefaults() *CheckRequestTupleKey

NewCheckRequestTupleKeyWithDefaults instantiates a new CheckRequestTupleKey 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 *CheckRequestTupleKey) GetUser() string

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

func (o *CheckRequestTupleKey) 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 *CheckRequestTupleKey) SetUser(v string)

SetUser sets User field to given value.

GetRelation

func (o *CheckRequestTupleKey) GetRelation() string

GetRelation returns the Relation field if non-nil, zero value otherwise.

GetRelationOk

func (o *CheckRequestTupleKey) 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 *CheckRequestTupleKey) SetRelation(v string)

SetRelation sets Relation field to given value.

GetObject

func (o *CheckRequestTupleKey) GetObject() string

GetObject returns the Object field if non-nil, zero value otherwise.

GetObjectOk

func (o *CheckRequestTupleKey) 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 *CheckRequestTupleKey) SetObject(v string)

SetObject sets Object field to given value.

[Back to Model list] [Back to API list] [Back to README]