Represents an action execution response
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| 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 |