Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.44 KB

SnippetResponsePost.md

File metadata and controls

22 lines (17 loc) · 1.44 KB

SnippetResponsePost

Properties

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 float 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]

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