SuccessResponse
July 15, 2026 ยท View on GitHub
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] |