clerk-rs 0.4.2

The official community Rust SDK for the Clerk API
Documentation
# SmsMessage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | **String** |  | 
**id** | **String** |  | 
**slug** | Option<**String**> |  | [optional]
**from_phone_number** | **String** |  | 
**to_phone_number** | **String** |  | 
**phone_number_id** | Option<**String**> |  | 
**user_id** | Option<**String**> |  | [optional]
**message** | **String** |  | 
**status** | **String** |  | 
**data** | Option<[**serde_json::Value**].md> |  | [optional]
**delivered_by_clerk** | **bool** |  | 

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