# openapi.model.CreateTemplateBody

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**productTypes** | [**BuiltList&lt;ProductType&gt;**](ProductType.md) |  | 
**name** | **String** |  | 
**description** | **String** |  | [optional] 
**imageKey** | **String** |  | 
**isDefault** | **bool** |  | 
**price** | **num** |  | 
**templateData** | [**BuiltList&lt;TemplateData&gt;**](TemplateData.md) |  | 
**settings** | [**PublicTemplateSettings**](PublicTemplateSettings.md) |  | [optional] 

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


