# openapi.model.TemplateEntity

## 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] 
**copiedFrom** | **String** |  | 
**name** | **String** |  | 
**description** | **String** |  | [optional] 
**slug** | **String** |  | 
**isDefault** | **bool** |  | 
**price** | **num** |  | 
**settings** | [**JsonObject**](.md) |  | 
**templateData** | [**BuiltList&lt;TemplateDataEntity&gt;**](TemplateDataEntity.md) |  | 
**appBar** | [**TemplateAppBarEntity**](TemplateAppBarEntity.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)


