Sha256: 3e9e1304001e2dbd76fc1e1166deed51269fb92c370eca63a7836c4ed87ca3da
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
# Brevo::GetExternalFeedByUUID ## 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/GetExternalFeedByUUID.md |
brevo-2.0.0 | docs/GetExternalFeedByUUID.md |