WebService::Fastly::Object::Snippet

Load the model package

use WebService::Fastly::Object::Snippet;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- name | string | The name for the snippet. | [optional] type | string | The location in generated VCL where the snippet should be placed. | [optional] content | string | The VCL code that specifies exactly what the snippet does. | [optional] priority | string | Priority determines execution order. Lower numbers execute first. | [optional] [default to '100'] dynamic | string | Sets the snippet version. | [optional]

[Back to Model list] [Back to API list] [Back to README]