late 0.0.386

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CreateLeadFormRequestContextCard

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | Option<**String**> | Headline / title of the intro card. | [optional]
**content** | Option<**Vec<String>**> | Body text lines shown on the intro card. | [optional]
**style** | Option<**Style**> | Visual layout of the intro card. (enum: LIST_STYLE, PARAGRAPH_STYLE) | [optional]
**button_text** | Option<**String**> | CTA button label on the intro card. | [optional]
**cover_photo** | Option<**String**> | Image hash of the cover photo (obtain from the Meta Ad Images API). Omit to show no image. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)