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