Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 946 Bytes

CreateResponseObjectRequest.md

File metadata and controls

16 lines (12 loc) · 946 Bytes

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] [Back to README]