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

19 lines
658 B
Markdown

# openapi.model.CustomActionModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | | [optional]
**name** | **String** | The name of the custom action | [optional]
**description** | **String** | The description for the custom action | [optional]
**links** | [**CustomActionModelLinks**](CustomActionModelLinks.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)