Name | Type | Description | Notes |
---|---|---|---|
name | string | Name of the feed | [optional] |
url | string | URL of the feed | [optional] |
authType | string | Auth type of the feed: * `basic` * `token` * `noAuth` | [optional] |
username | string | Username for authType `basic` | [optional] |
password | string | Password for authType `basic` | [optional] |
token | string | Token for authType `token` | [optional] |
headers | \Brevo\Client\Model\GetExternalFeedByUUIDHeaders[] | Custom headers for the feed | [optional] |
maxRetries | int | Maximum number of retries on the feed url | [optional] |
cache | bool | Toggle caching of feed url response | [optional] [default to false] |