Sha256: 625ae74e593db868ad13c19644f2edac34ddef1c4339a582f6908ac399b8d794
Contents?: true
Size: 1.16 KB
Versions: 5
Compression:
Stored size: 1.16 KB
Contents
# Fastly::SnippetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name for the snippet. | [optional] | | **dynamic** | **Integer** | Sets the snippet version. | [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'] | | **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **service_id** | **String** | | [optional][readonly] | | **version** | **String** | String representing the number identifying a version of the service. | [optional][readonly] | | **id** | **String** | | [optional][readonly] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fastly-5.3.0 | docs/SnippetResponse.md |
fastly-5.2.2 | docs/SnippetResponse.md |
fastly-5.2.1 | docs/SnippetResponse.md |
fastly-5.2.0 | docs/SnippetResponse.md |
fastly-5.1.1 | docs/SnippetResponse.md |