Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.08 KB

UpdateExternalFeed.md

File metadata and controls

17 lines (14 loc) · 1.08 KB

brevo_csharp.Model.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: * `basic` * `token` * `noAuth` [optional]
Username string Username for authType `basic` [optional]
Password string Password for authType `basic` [optional]
Token string Token for authType `token` [optional]
Headers List<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]