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
# DeprecatedUserCreateIssueRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **String** | Detailed report of the issue. | 
**origin** | Option<**String**> | Origin of the issue. | [optional]
**subject** | Option<**String**> | Descriptive subject of the report. | [optional]
**r#type** | **String** | Type of feedback. | 
**vote** | Option<**f64**> | Feedback rating from bad to good. | [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)