# 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)