# UpdateExternalFeed

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Name of the feed | [optional] 
**url** | **string** | URL of the feed | [optional] 
**authType** | **string** | Auth type of the feed:   * &#x60;basic&#x60;   * &#x60;token&#x60;   * &#x60;noAuth&#x60; | [optional] 
**username** | **string** | Username for authType &#x60;basic&#x60; | [optional] 
**password** | **string** | Password for authType &#x60;basic&#x60; | [optional] 
**token** | **string** | Token for authType &#x60;token&#x60; | [optional] 
**headers** | [**\Brevo\Client\Model\GetExternalFeedByUUIDHeaders[]**](GetExternalFeedByUUIDHeaders.md) | 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]

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)


