Sha256: db5387b32c0e4a2c531fa6132625aabfe387490affb7579473a6bb5991c069b9
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# BrevoRuby::GetAllExternalFeedsFeeds ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | ID of the feed | **name** | **String** | Name of the feed | **url** | **String** | URL of the feed | **auth_type** | **String** | Auth type of the feed: * `basic` * `token` * `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 | **max_retries** | **Integer** | Maximum number of retries on the feed url | **cache** | **BOOLEAN** | Toggle caching of feed url response | **created_at** | **DateTime** | Datetime on which the feed was created | **modified_at** | **DateTime** | Datetime on which the feed was modified |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brevo-ruby-1.0.0 | docs/GetAllExternalFeedsFeeds.md |