open-project-flutter-api/doc/HelpTextModel.md
2023-11-05 19:54:17 +01:00

21 lines
656 B
Markdown

# openapi.model.HelpTextModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | |
**id** | **int** | |
**attribute** | **String** | The attribute the help text is assigned to. |
**scope** | **String** | |
**helpText** | [**Formattable**](Formattable.md) | |
**links** | [**HelpTextModelLinks**](HelpTextModelLinks.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)