| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Name of the feed | |
| url | string | URL of the feed | |
| authType | 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 | \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] |