| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| format | String | ||
| text | String | Header text (may include {{1}} variable). Used when format is TEXT. | [optional] |
| example | WhatsAppHeaderComponentExample | [optional] |
require 'zernio-sdk'
instance = Zernio::WhatsAppHeaderComponent.new(
type: null,
format: null,
text: null,
example: null
)