# openapi.model.FindAllTemplateRes

## 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** |  | 
**appBar** | [**TemplateAppBarEntity**](TemplateAppBarEntity.md) |  | 
**settings** | [**PublicTemplateSettings**](PublicTemplateSettings.md) |  | [optional] 
**templateData** | **BuiltList&lt;String&gt;** |  | 
**heroImage** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


