fastly-api 1.3.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Snippet

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)