| 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. |