Name | Type | Description | Notes |
---|---|---|---|
Name | string | Name of the feed | [default to null] |
Url | string | URL of the feed | [default to null] |
AuthType | string | Auth type of the feed: * `basic` * `token` * `noAuth` | [optional] [default to null] |
Username | string | Username for authType `basic` | [optional] [default to null] |
Password | string | Password for authType `basic` | [optional] [default to null] |
Token | string | Token for authType `token` | [optional] [default to null] |
Headers | []GetExternalFeedByUuidHeaders | Custom headers for the feed | [optional] [default to null] |
MaxRetries | int32 | Maximum number of retries on the feed url | [optional] [default to null] |
Cache | bool | Toggle caching of feed url response | [optional] [default to null] |