Represents an action execution response
DocumentProperty | Type | Description |
---|---|---|
statusCode | Integer | HTTP status code i.e. 200, 400, etc. |
headers | Backend_ActionExecuteResponseHeaders | The response header returned by the action |
body | Backend_ActionExecuteResponseBody | The response body returned by the action |