mistral-openapi-client 0.1.0

Our Chat Completion and Embeddings APIs specification. Create your account on [La Plateforme](https://console.mistral.ai) to get access and read the [docs](https://docs.mistral.ai) to learn how to use it.
Documentation
# DocumentOut

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **uuid::Uuid** |  | 
**library_id** | **uuid::Uuid** |  | 
**hash** | Option<**String**> |  | 
**mime_type** | Option<**String**> |  | 
**extension** | Option<**String**> |  | 
**size** | Option<**i32**> |  | 
**name** | **String** |  | 
**summary** | Option<**String**> |  | [optional]
**created_at** | **String** |  | 
**last_processed_at** | Option<**String**> |  | [optional]
**number_of_pages** | Option<**i32**> |  | [optional]
**process_status** | [**models::ProcessStatus**]ProcessStatus.md |  | 
**uploaded_by_id** | Option<**uuid::Uuid**> |  | 
**uploaded_by_type** | **String** |  | 
**tokens_processing_main_content** | Option<**i32**> |  | [optional]
**tokens_processing_summary** | Option<**i32**> |  | [optional]
**url** | Option<**String**> |  | [optional]
**attributes** | Option<**std::collections::HashMap<String, serde_json::Value>**> |  | [optional]
**processing_status** | **String** |  | [readonly]
**tokens_processing_total** | **i32** |  | [readonly]

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