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