| Name | Type | Description | Notes |
|---|---|---|---|
| object | String | String representing the object's type. Objects of the same type share the same value. | |
| id | String | String representing the identifier of the session. | |
| session_ids | Vec | ||
| sessions | Veccrate::models::Session | ||
| sign_in_attempt_id | Option<String> | ||
| sign_up_attempt_id | Option<String> | ||
| sign_in_id | Option<String> | ||
| sign_up_id | Option<String> | ||
| last_active_session_id | Option<String> | Last active session_id. | |
| updated_at | i64 | Unix timestamp of last update. | |
| created_at | i64 | Unix timestamp of creation. |