| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID of the feed | |
| name | str | Name of the feed | |
| url | str | URL of the feed | |
| auth_type | str | Auth type of the feed: * `basic` * `token` * `noAuth` | |
| username | str | Username for authType `basic` | [optional] |
| password | str | Password for authType `basic` | [optional] |
| token | str | Token for authType `token` | [optional] |
| headers | list[GetExternalFeedByUUIDHeaders] | Custom headers for the feed | |
| max_retries | int | Maximum number of retries on the feed url | |
| cache | bool | 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 |