spatio-sdk 0.0.2

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kind** | **String** | Attachment kind (`image`, `file`, `audio`, `video`, etc.). | 
**url** | **String** |  | 
**filename** | Option<**String**> |  | [optional]
**size_bytes** | Option<**i64**> |  | [optional]
**mime_type** | Option<**String**> |  | [optional]
**thumbnail_url** | Option<**String**> |  | [optional]
**width** | Option<**i32**> |  | [optional]
**height** | Option<**i32**> |  | [optional]
**account_id** | Option<**String**> |  | [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)