Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.61 KB

File metadata and controls

23 lines (18 loc) · 1.61 KB

ResponseObjectResponse

Properties

Name Type Description Notes
cache_condition str, none_type Name of the cache condition controlling when this configuration applies. [optional]
content str The content to deliver for the response object, can be empty. [optional]
content_type str, none_type The MIME type of the content, can be empty. [optional]
name str Name for the request settings. [optional]
status str The HTTP status code. [optional] if omitted the server will use the default value of "200"
response str The HTTP response. [optional] if omitted the server will use the default value of "Ok"
request_condition str, none_type Condition which, if met, will select this configuration during a request. Optional. [optional]
service_id str [optional] [readonly]
version str [optional] [readonly]
created_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
deleted_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
updated_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]