fastly-api 1.3.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SettingsResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**general_default_host** | Option<**String**> | The default host name for the version. | 
**general_default_ttl** | Option<**i32**> | The default time-to-live (TTL) for the version. | 
**general_stale_if_error** | Option<**bool**> | Enables serving a stale object if there is an error. | [default to false]
**general_stale_if_error_ttl** | Option<**i32**> | The default time-to-live (TTL) for serving the stale object for the version. | [default to 43200]
**service_id** | Option<**String**> |  | [readonly]
**version** | Option<**i32**> |  | [readonly]

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)