spatio-sdk 0.0.2

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**name** | **String** |  | 
**slug** | **String** |  | 
**description** | Option<**String**> |  | [optional]
**logo_url** | Option<**String**> |  | [optional]
**settings** | Option<**String**> | JSON-encoded settings string. Parse client-side. | [optional]
**subscription_tier** | **String** |  | 
**deployment_type** | **String** |  | 
**subscription_status** | **String** |  | 
**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)