# UpdateVmTemplateRequest
## Properties
**description** | Option<**String**> | A new description for the VM template. | [optional]
**dry_run** | Option<**bool**> | If true, checks whether you have the required permissions to perform the action. | [optional]
**tags** | Option<[**Vec<crate::models::ResourceTag>**](ResourceTag.md)> | New tags for your VM template. | [optional]
**vm_template_id** | **String** | The ID of the VM template you want to update. |
**vm_template_name** | Option<**String**> | A new name for your VM template. | [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)