# CollectionDeployRequestDto
## Properties
**base_asset_id** | **String** | The blockchain base assetId |
**vault_account_id** | **String** | The id of the vault account that initiated the request to issue the token |
**r#type** | [**models::CollectionType**](CollectionType.md) | |
**name** | **String** | A string that represents the name of the collection |
**symbol** | **String** | A string that represents the symbol of the collection |
**admin_address** | **String** | The EVM address of the user that will be set as the admin user of the collection |
**display_name** | Option<**String**> | A string to display as a name of the collection | [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)