# Snippet
## Properties
**name** | Option<**String**> | The name for the snippet. |
**dynamic** | Option<**i32**> | Sets the snippet version. |
**_type** | Option<**String**> | The location in generated VCL where the snippet should be placed. |
**content** | Option<**String**> | The VCL code that specifies exactly what the snippet does. |
**priority** | Option<**i32**> | Priority determines execution order. Lower numbers execute first. | [default to 100]
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)