# SuccessResponse
## Properties
**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)