docs/ApplicationSessionEntity.md in talon_one-1.4.0 vs docs/ApplicationSessionEntity.md in talon_one-2.0.0
- old
+ new
@@ -1,8 +1,17 @@
# TalonOne::ApplicationSessionEntity
## Properties
+
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**session_id** | **Integer** | The globally unique Talon.One ID of the session where this entity was created. |
+
+## Code Sample
+
+```ruby
+require 'TalonOne'
+
+instance = TalonOne::ApplicationSessionEntity.new(session_id: null)
+```