rusttwald 0.1.1

Inofficial Rust API client for the mittwald. API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ExtensionDryRunWebhook200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**error_message** | Option<**String**> | The error message of an internal error. | [optional]
**response_body** | Option<**String**> |  | [optional]
**response_code** | Option<**f64**> | The http status code that the external application responded with. | [optional]
**response_headers** | Option<**String**> |  | [optional]
**route_called** | **String** |  | 
**successful** | **bool** | This shows if the response of the external application has been accepted as successful. | 

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