# openapi.model.TemplateMenuItem

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**createdAt** | [**DateTime**](DateTime.md) |  | [optional] 
**updatedAt** | [**DateTime**](DateTime.md) |  | [optional] 
**type** | [**MenuTypesEnum**](MenuTypesEnum.md) |  | 
**value** | **String** |  | 
**parent** | [**TemplateMenuItem**](TemplateMenuItem.md) |  | [optional] 
**translations** | [**BuiltList&lt;TemplateMenuItemTranslation&gt;**](TemplateMenuItemTranslation.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)


