Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 873 Bytes

File metadata and controls

22 lines (17 loc) · 873 Bytes

Session

Properties

Name Type Description Notes
object String String representing the object's type. Objects of the same type share the same value.
id String
user_id String
client_id String
actor Option<serde_json::Value> [optional]
status String
last_active_organization_id Option<String> [optional]
last_active_at i32
expire_at i32
abandon_at i32
updated_at i64 Unix timestamp of last update.
created_at i64 Unix timestamp of creation.

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