# PortainerApi.TemplateEnv ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | name of the environment variable | [optional] **label** | **String** | Text for the label that will be generated in the UI | [optional] **description** | **String** | Content of the tooltip that will be generated in the UI | [optional] **_default** | **String** | Default value that will be set for the variable | [optional] **preset** | **Boolean** | If set to true, will not generate any input for this variable in the UI | [optional] **select** | [**[TemplateEnvSelect]**](TemplateEnvSelect.md) | A list of name/value that will be used to generate a dropdown in the UI | [optional]