newsletter field working
This commit is contained in:
parent
2f836dde20
commit
63c98bfd30
1302 changed files with 308003 additions and 7 deletions
21
vendor/getbrevo/brevo-php/docs/Model/GetExternalFeedByUUID.md
vendored
Normal file
21
vendor/getbrevo/brevo-php/docs/Model/GetExternalFeedByUUID.md
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue