WebService::Fastly::Object::CreateResponseObjectRequest

Load the model package

use WebService::Fastly::Object::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 Model list] [Back to API list] [Back to README]