[comment]: # ({c7de0354-ac6966b9})
# Template object

The following objects are directly related to the `template` API.

[comment]: # ({/c7de0354-ac6966b9})

[comment]: # ({6cad292e-4ecfc46e})
### Template

The template object has the following properties.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--------|---------------------------------------------------|-----------|
|templateid|string|*(readonly)* ID of the template.|
|**host**<br>(required)|string|Technical name of the template.|
|description|text|Description of the template.|
|name|string|Visible name of the template.<br><br>Default: `host` property value.|

Note that for some methods (update, delete) the required/optional parameter combination is different.

[comment]: # ({/6cad292e-4ecfc46e})
