# CreateLeadFormRequestContextCard
## Properties
**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)