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=> 'How the message should be formatted.',
format=> '',
read_only=> 'false',
},
'timestamp_format'=> {
datatype=> 'string',
base_name=> 'timestamp_format',
description=> 'A timestamp format',
format=> '',
read_only=> 'true',
},
'compression_codec'=> {
datatype=> 'string',
base_name=> 'compression_codec',
description=> 'The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.',
format=> '',
read_only=> 'false',
},
'period'=> {
datatype=> 'string',
base_name=> 'period',
description=> 'How frequently log files are finalized so they can be available for reading (in seconds).',
format=> '',
read_only=> 'false',
},
'gzip_level'=> {
datatype=> 'string',
base_name=> 'gzip_level',
description=> 'The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error.',