# Fastly::Condition ## 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] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)