| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | ID of the feed | |
| name | string | Name of the feed | |
| url | string | URL of the feed | |
| authType | 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 | \Brevo\Client\Model\GetExternalFeedByUUIDHeaders[] | Custom headers for the feed | |
| maxRetries | int | Maximum number of retries on the feed url | |
| cache | bool | Toggle caching of feed url response | |
| createdAt | [\DateTime] | Datetime on which the feed was created | |
| modifiedAt | [\DateTime] | Datetime on which the feed was modified |