Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 418 Bytes

CreateProductCarouselCmsSectionParams.md

File metadata and controls

18 lines (12 loc) · 418 Bytes

SpreeClient::CreateProductCarouselCmsSectionParams

Properties

Name Type Description Notes
cms_section CreateProductCarouselCmsSectionParamsCmsSection

Example

require 'spree_client'

instance = SpreeClient::CreateProductCarouselCmsSectionParams.new(
  cms_section: null
)