mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
21 lines
656 B
Markdown
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)
|
|
|
|
|