# openapi.model.TemplateAppBarEntity

## 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] 
**navBarMenu** | [**TemplateMenuEntity**](TemplateMenuEntity.md) |  | 
**footerMenu** | [**BuiltList&lt;TemplateMenuEntity&gt;**](TemplateMenuEntity.md) |  | 
**footerSettings** | [**JsonObject**](.md) |  | 
**navBarSettings** | [**JsonObject**](.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)


