Sha256: 9520bad6d5f6246bf37435ac8d9bb3bb0aabad6d6bdebd8d9630359656f08572
Contents?: true
Size: 950 Bytes
Versions: 2
Compression:
Stored size: 950 Bytes
Contents
# Brevo::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brevo-3.0.0 | docs/CreateExternalFeed.md |
brevo-2.0.0 | docs/CreateExternalFeed.md |