| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | [optional] | |
| content | Array<String> | [optional] | |
| style | String | [optional] | |
| button_text | String | [optional] | |
| cover_photo | String | [optional] |
require 'zernio-sdk'
instance = Zernio::MetaLeadFormPlatformDataContextCard.new(
title: null,
content: null,
style: null,
button_text: null,
cover_photo: null
)