Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

File metadata and controls

20 lines (14 loc) · 442 Bytes

MessenteApi::RcsCarouselCard

Properties

Name Type Description Notes
card_width RcsCardWidth
card_contents Array<RcsCardContent> The contents of the carousel card.

Example

require 'messente_api'

instance = MessenteApi::RcsCarouselCard.new(
  card_width: null,
  card_contents: null
)