# BatchResponse
## Properties
**status_code** | Option<**i32**> | The HTTP status code that the invoked endpoint returned. | [optional]
**headers** | Option<[**serde_json::Value**](.md)> | A map of HTTP headers specific to this result. This is primarily used for returning a `Location` header to accompany a `201 Created` result. The parent HTTP response will contain all common headers. | [optional]
**body** | Option<[**serde_json::Value**](.md)> | The JSON body that the invoked endpoint returned. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)