Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 450 Bytes

File metadata and controls

20 lines (14 loc) · 450 Bytes

Late::GbpUpdateFreeFormServiceItemLabel

Properties

Name Type Description Notes
display_name String Service name as displayed to users [optional]
language_code String Language code (e.g. 'en') [optional]

Example

require 'late-sdk'

instance = Late::GbpUpdateFreeFormServiceItemLabel.new(
  display_name: null,
  language_code: null
)