# openapi.model.TemplateAppBar

## 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** | [**TemplateMenu**](TemplateMenu.md) |  | 
**footerMenu** | [**BuiltList&lt;TemplateMenu&gt;**](TemplateMenu.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)


