Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 975 Bytes

UserEntity.md

File metadata and controls

39 lines (20 loc) · 975 Bytes

UserEntity

Properties

Name Type Description Notes
UserId Pointer to int32 The ID of the user associated with this entity.

Methods

GetUserId

func (o *UserEntity) GetUserId() int32

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *UserEntity) GetUserIdOk() (int32, bool)

GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasUserId

func (o *UserEntity) HasUserId() bool

HasUserId returns a boolean if a field has been set.

SetUserId

func (o *UserEntity) SetUserId(v int32)

SetUserId gets a reference to the given int32 and assigns it to the UserId field.

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