Name | Type | Description | Notes |
---|---|---|---|
name | str | The name for the snippet. | [optional] |
type | str | The location in generated VCL where the snippet should be placed. | [optional] |
content | str | The VCL code that specifies exactly what the snippet does. | [optional] |
priority | str | Priority determines execution order. Lower numbers execute first. | [optional] if omitted the server will use the default value of "100" |
dynamic | str | Sets the snippet version. | [optional] |
created_at | datetime, none_type | Date and time in ISO 8601 format. | [optional] [readonly] |
deleted_at | datetime, none_type | Date and time in ISO 8601 format. | [optional] [readonly] |
updated_at | datetime, none_type | Date and time in ISO 8601 format. | [optional] [readonly] |
service_id | str | [optional] [readonly] | |
version | str | String representing the number identifying a version of the service. | [optional] [readonly] |
id | str | [optional] [readonly] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |