spatio-sdk 0.0.2

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**slide_id** | **String** |  | 
**element_type** | **String** | Free-form type id (`text`, `image`, `shape`, etc.). | 
**content** | **std::collections::HashMap<String, serde_json::Value>** |  | 
**x** | **f64** |  | 
**y** | **f64** |  | 
**width** | **f64** |  | 
**height** | **f64** |  | 
**rotation** | **f64** | Degrees. | 
**z_index** | **i32** |  | 
**created_at** | **chrono::DateTime<chrono::FixedOffset>** |  | 
**updated_at** | **chrono::DateTime<chrono::FixedOffset>** |  | 

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