File "CreateExternalFeed.md"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/getbrevo/brevo-php/docs/Model/CreateExternalFeed.md
File size: 1.08 KB
MIME-type: text/plain
Charset: utf-8
# CreateExternalFeed
## Properties
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 '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 | [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)