Sha256: cb4ff94266e2d19ad81e5a0a4429dc20fbbc1528c51a154875682b2b693eb088
Contents?: true
Size: 947 Bytes
Versions: 1
Compression:
Stored size: 947 Bytes
Contents
# BrevoRuby::UpdateExternalFeed ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the feed | [optional] **url** | **String** | URL of the feed | [optional] **auth_type** | **String** | Auth type of the feed: * `basic` * `token` * `noAuth` | [optional] **username** | **String** | Username for authType `basic` | [optional] **password** | **String** | Password for authType `basic` | [optional] **token** | **String** | Token for authType `token` | [optional] **headers** | [**Array<GetExternalFeedByUUIDHeaders>**](GetExternalFeedByUUIDHeaders.md) | Custom headers for the feed | [optional] **max_retries** | **Integer** | Maximum number of retries on the feed url | [optional] **cache** | **BOOLEAN** | Toggle caching of feed url response | [optional] [default to false]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brevo-ruby-1.0.0 | docs/UpdateExternalFeed.md |