Sha256: 7dc954c4ed1b6fff475847d8aa867c7ba52bad6f66fc0c93e1943b9eb4122a34
Contents?: true
Size: 954 Bytes
Versions: 1
Compression:
Stored size: 954 Bytes
Contents
# BrevoRuby::CreateExternalFeed ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the feed | **url** | **String** | URL of the feed | **auth_type** | **String** | Auth type of the feed: * `basic` * `token` * `noAuth` | [optional] [default to 'noAuth'] **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/CreateExternalFeed.md |