# SdPublicProdApi.SDTemplateCreateBulk

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the template (ex. Bronze Axe) | 
**cap** | **String** | u96 Number as String (ex. 200000000), default 39614081257132168796771975168  | [optional] 
**type** | **String** | FT is a currency where every instance is the same, NFT is where every token instance differes (ex. FT) | [optional] 
**image** | **String** | image url | 
**description** | **String** | Description of template | [optional] 
**activeListing** | **Boolean** | Set if the Template is active or not | [optional] 
**props** | [**SDTemplateCreateBulkProps**](SDTemplateCreateBulkProps.md) |  | [optional] 

<a name="TypeEnum"></a>
## Enum: TypeEnum

* `FT` (value: `"FT"`)
* `NFT` (value: `"NFT"`)

