tuuli_api/doc/ValidationError.md
2023-04-24 10:46:16 +07:00

17 lines
511 B
Markdown

# tuuli_api.model.ValidationError
## Load the model package
```dart
import 'package:tuuli_api/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**loc** | [**BuiltList<LocationInner>**](LocationInner.md) | |
**msg** | **String** | |
**type** | **String** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)