fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# KvStoreBatchResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | Option<**String**> | A descriptor for the response of the entire batch | 
**_type** | Option<**String**> | If an error is present in any of the requests, this field will describe that error | 
**errors** | Option<[**Vec&lt;crate::models::KvStoreBatchResponseErrors&gt;**]KvStoreBatchResponseErrors.md> | Errors which occurred while handling the items in the request | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)