Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 394 Bytes

UpdateHeroImageCmsSectionParams.md

File metadata and controls

18 lines (12 loc) · 394 Bytes

SpreeClient::UpdateHeroImageCmsSectionParams

Properties

Name Type Description Notes
cms_section UpdateHeroImageCmsSectionParamsCmsSection

Example

require 'spree_client'

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