# Session
## Properties
**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**](.md)> | | [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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)