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://www.fastly.com/documentation/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://www.fastly.com/documentation/reference/api/)
description=> 'If set, will cause vcl_fetch to terminate after processing this rule with the return state specified. If not set, other configuration logic in vcl_fetch with a lower priority will run after this rule. ',
format=> '',
read_only=> 'false',
},
'cache_condition'=> {
datatype=> 'string',
base_name=> 'cache_condition',
description=> 'Name of the cache condition controlling when this configuration applies.',
format=> '',
read_only=> 'false',
},
'name'=> {
datatype=> 'string',
base_name=> 'name',
description=> 'Name for the cache settings object.',
format=> '',
read_only=> 'false',
},
'stale_ttl'=> {
datatype=> 'string',
base_name=> 'stale_ttl',
description=> 'Maximum time in seconds to continue to use a stale version of the object if future requests to your backend server fail (also known as 'stale if error').',
format=> '',
read_only=> 'false',
},
'ttl'=> {
datatype=> 'string',
base_name=> 'ttl',
description=> 'Maximum time to consider the object fresh in the cache (the cache 'time to live').',
format=> '',
read_only=> 'false',
},
'service_id'=> {
datatype=> 'string',
base_name=> 'service_id',
description=> '',
format=> '',
read_only=> 'true',
},
'version'=> {
datatype=> 'string',
base_name=> 'version',
description=> '',
format=> '',
read_only=> 'true',
},
'created_at'=> {
datatype=> 'DateTime',
base_name=> 'created_at',
description=> 'Date and time in ISO 8601 format.',
format=> 'date-time',
read_only=> 'true',
},
'deleted_at'=> {
datatype=> 'DateTime',
base_name=> 'deleted_at',
description=> 'Date and time in ISO 8601 format.',
format=> 'date-time',
read_only=> 'true',
},
'updated_at'=> {
datatype=> 'DateTime',
base_name=> 'updated_at',
description=> 'Date and time in ISO 8601 format.',