Sha256: 379af95ded4d9d93aa182bcfa76f406fc659f65c582e05ea7e2c29cb07ece3d6

Contents?: true

Size: 946 Bytes

Versions: 11

Compression:

Stored size: 946 Bytes

Contents

# Fastly::CreateResponseObjectRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The name of the response object to create. | [optional] |
| **status** | **String** | The status code the response will have. Defaults to 200. | [optional] |
| **response** | **String** | The status text the response will have. Defaults to 'OK'. | [optional] |
| **content** | **String** | The content the response will deliver. | [optional] |
| **content_type** | **String** | The MIME type of your response content. | [optional] |
| **request_condition** | **String** | Condition which, if met, will select this configuration during a request. Optional. | [optional] |
| **cache_condition** | **String** | Name of the cache condition controlling when this configuration applies. | [optional] |

[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fastly-9.0.0 docs/CreateResponseObjectRequest.md
fastly-8.10.0 docs/CreateResponseObjectRequest.md
fastly-8.9.0 docs/CreateResponseObjectRequest.md
fastly-8.8.0 docs/CreateResponseObjectRequest.md
fastly-8.7.0 docs/CreateResponseObjectRequest.md
fastly-8.6.0 docs/CreateResponseObjectRequest.md
fastly-8.5.0 docs/CreateResponseObjectRequest.md
fastly-8.4.0 docs/CreateResponseObjectRequest.md
fastly-8.2.0 docs/CreateResponseObjectRequest.md
fastly-8.1.0 docs/CreateResponseObjectRequest.md
fastly-8.0.1 docs/CreateResponseObjectRequest.md