Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/)
# NOTE: This class is auto generated. Do not edit the class manually.
#
=begin comment
Fastly API
Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/)
description=> 'A conditional expression in VCL used to determine if the condition is met.',
format=> '',
read_only=> 'false',
},
'exclusion_type'=> {
datatype=> 'string',
base_name=> 'exclusion_type',
description=> 'The type of exclusion.',
format=> '',
read_only=> 'false',
},
'logging'=> {
datatype=> 'boolean',
base_name=> 'logging',
description=> 'Whether to generate a log upon matching.',
format=> '',
read_only=> 'false',
},
'name'=> {
datatype=> 'string',
base_name=> 'name',
description=> 'Name of the exclusion.',
format=> '',
read_only=> 'false',
},
'number'=> {
datatype=> 'int',
base_name=> 'number',
description=> 'A numeric ID identifying a WAF exclusion.',
format=> '',
read_only=> 'false',
},
'variable'=> {
datatype=> 'string',
base_name=> 'variable',
description=> 'The variable to exclude. An optional selector can be specified after the variable separated by a colon (`:`) to restrict the variable to a particular parameter. Required for `exclusion_type=variable`.',