| Name | Type | Description | Notes |
|---|---|---|---|
| card_width | RcsCardWidth | ||
| card_contents | Array<RcsCardContent> | The contents of the carousel card. |
require 'messente_api'
instance = MessenteApi::RcsCarouselCard.new(
card_width: null,
card_contents: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| card_width | RcsCardWidth | ||
| card_contents | Array<RcsCardContent> | The contents of the carousel card. |
require 'messente_api'
instance = MessenteApi::RcsCarouselCard.new(
card_width: null,
card_contents: null
)