fastly-api 1.3.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request_max_entries** | Option<**i32**> | The maximum number of logs sent in one request. Defaults `0` for unbounded. | [default to 0]
**request_max_bytes** | Option<**i32**> | The maximum number of bytes sent in one request. Defaults `0` for unbounded. | [default to 0]

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