Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 377 Bytes

File metadata and controls

20 lines (14 loc) · 377 Bytes

Zernio::GbpFreeFormServiceItemLabel

Properties

Name Type Description Notes
display_name String [optional]
language_code String [optional]

Example

require 'zernio-sdk'

instance = Zernio::GbpFreeFormServiceItemLabel.new(
  display_name: null,
  language_code: null
)