21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
# GetExternalFeedByUUID
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **string** | ID of the feed |
|
|
**name** | **string** | Name of the feed |
|
|
**url** | **string** | URL of the feed |
|
|
**authType** | **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** | [**\Brevo\Client\Model\GetExternalFeedByUUIDHeaders[]**](GetExternalFeedByUUIDHeaders.md) | Custom headers for the feed |
|
|
**maxRetries** | **int** | Maximum number of retries on the feed url |
|
|
**cache** | **bool** | Toggle caching of feed url response |
|
|
**createdAt** | [**\DateTime**] | Datetime on which the feed was created |
|
|
**modifiedAt** | [**\DateTime**] | Datetime on which the feed was modified |
|
|
|
|
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
|
|
|
|