Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.1 KB

ConditionResponse.md

File metadata and controls

19 lines (15 loc) · 1.1 KB

Fastly::ConditionResponse

Properties

Name Type Description Notes
comment String A freeform descriptive note. [optional]
name String Name of the condition. Required. [optional]
priority String A numeric string. Priority determines execution order. Lower numbers execute first. [optional][default to '100']
statement String A conditional expression in VCL used to determine if the condition is met. [optional]
service_id String [optional][readonly]
version String A numeric string that represents the service version. [optional]
type String Type of the condition. Required. [optional]
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]

[Back to API list] [Back to README]