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=> '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.',
format=> 'date-time',
read_only=> 'true',
},
'comment'=> {
datatype=> 'string',
base_name=> 'comment',
description=> 'A freeform descriptive note.',
format=> '',
read_only=> 'false',
},
'name'=> {
datatype=> 'string',
base_name=> 'name',
description=> 'The name of the service.',
format=> '',
read_only=> 'false',
},
'customer_id'=> {
datatype=> 'string',
base_name=> 'customer_id',
description=> 'Alphanumeric string identifying the customer.',
format=> '',
read_only=> 'false',
},
'type'=> {
datatype=> 'string',
base_name=> 'type',
description=> 'The type of this service.',
format=> '',
read_only=> 'false',
},
'id'=> {
datatype=> 'string',
base_name=> 'id',
description=> '',
format=> '',
read_only=> 'true',
},
'publish_key'=> {
datatype=> 'string',
base_name=> 'publish_key',
description=> 'Unused at this time.',
format=> '',
read_only=> 'false',
},
'paused'=> {
datatype=> 'boolean',
base_name=> 'paused',
description=> 'Whether the service is paused. Services are paused due to a lack of traffic for an extended period of time. Services are resumed either when a draft version is activated or a locked version is cloned and reactivated.',