| 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> | 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 |