nouveau-theatre-de-besancon/vendor/getbrevo/brevo-php/docs/Model/CreateExternalFeed.md
2024-09-04 18:30:33 +02:00

1.1 KiB

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[] 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] [Back to API list] [Back to README]