| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| cards | Array<WhatsAppCarouselComponentCardsInner> | 2-10 cards. Meta requires all cards to share the same component structure; a mismatch surfaces as a rejected_reason. MARKETING category only. |
require 'zernio-sdk'
instance = Zernio::WhatsAppCarouselComponent.new(
type: null,
cards: null
)