Final commit.
This commit is contained in:
20
packages/holzleitner_api/doc/CreateServiceRequest.md
Normal file
20
packages/holzleitner_api/doc/CreateServiceRequest.md
Normal file
@ -0,0 +1,20 @@
|
||||
# holzleitner_api.model.CreateServiceRequest
|
||||
|
||||
## Load the model package
|
||||
```dart
|
||||
import 'package:holzleitner_api/api.dart';
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**key** | **String** | Eindeutiger Programm-Identifier (z. B. `\"podium_setup\"`). |
|
||||
**kind** | [**ServiceKind**](ServiceKind.md) | |
|
||||
**maxValue** | **int** | | [optional]
|
||||
**minValue** | **int** | Nur bei `Numeric` sinnvoll. | [optional]
|
||||
**name** | **String** | |
|
||||
**sortOrder** | **int** | | [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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user