| 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 AuthTypeEnum.NoAuth] |
| Username | string | Username for authType `basic` | [optional] |
| Password | string | Password for authType `basic` | [optional] |
| Token | string | Token for authType `token` | [optional] |
| Headers | List<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] |