WebService::Fastly::Object::ConditionResponse

Load the model package

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 | DateTime | Date and time in ISO 8601 format. | [optional] [readonly] deleted_at | DateTime | Date and time in ISO 8601 format. | [optional] [readonly] updated_at | DateTime | Date and time in ISO 8601 format. | [optional] [readonly]

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