23 lines
659 B
Markdown
23 lines
659 B
Markdown
# holzleitner_api.model.Service
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:holzleitner_api/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**active** | **bool** | |
|
|
**id** | **String** | |
|
|
**key** | **String** | |
|
|
**kind** | [**ServiceKind**](ServiceKind.md) | |
|
|
**maxValue** | **int** | | [optional]
|
|
**minValue** | **int** | | [optional]
|
|
**name** | **String** | |
|
|
**sortOrder** | **int** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|