Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.1 KB

ApplicationSessionEntity.md

File metadata and controls

39 lines (20 loc) · 1.1 KB

ApplicationSessionEntity

Properties

Name Type Description Notes
SessionId Pointer to int32 The globally unique Talon.One ID of the session where this entity was created.

Methods

GetSessionId

func (o *ApplicationSessionEntity) GetSessionId() int32

GetSessionId returns the SessionId field if non-nil, zero value otherwise.

GetSessionIdOk

func (o *ApplicationSessionEntity) GetSessionIdOk() (int32, bool)

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

HasSessionId

func (o *ApplicationSessionEntity) HasSessionId() bool

HasSessionId returns a boolean if a field has been set.

SetSessionId

func (o *ApplicationSessionEntity) SetSessionId(v int32)

SetSessionId gets a reference to the given int32 and assigns it to the SessionId field.

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