asana 0.1.1

asana bindings for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# BatchResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)