spatio-sdk 0.0.2

Rust SDK for the SpatioAPI. Generated from the official OpenAPI spec.
Documentation
# Session

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**ip_address** | Option<**String**> |  | [optional]
**user_agent** | Option<**String**> |  | [optional]
**device_type** | Option<**String**> |  | [optional]
**browser** | Option<**String**> |  | [optional]
**os** | Option<**String**> |  | [optional]
**country** | Option<**String**> |  | [optional]
**city** | Option<**String**> |  | [optional]
**created_at** | Option<**chrono::DateTime<chrono::FixedOffset>**> |  | [optional]
**last_active_at** | Option<**chrono::DateTime<chrono::FixedOffset>**> |  | [optional]
**is_current** | Option<**bool**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)