manticoresearch 2.0.0

Сlient for Manticore Search.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SuccessResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**table** | Option<**String**> | Name of the document table | [optional]
**id** | Option<**i32**> | ID of the document affected by the request operation | [optional]
**created** | Option<**bool**> | Indicates whether the document was created as a result of the operation | [optional]
**result** | Option<**String**> | Result of the operation, typically 'created', 'updated', or 'deleted' | [optional]
**found** | Option<**bool**> | Indicates whether the document was found in the table | [optional]
**status** | Option<**i32**> | HTTP status code representing the result of the operation | [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)