Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 494 Bytes

File metadata and controls

22 lines (16 loc) · 494 Bytes

MergeCRMClient::ItemSchema

Properties

Name Type Description Notes
item_type ItemTypeEnum [optional]
item_format ItemFormatEnum [optional]
item_choices Array<String> [optional]

Example

require 'merge_crm_client'

instance = MergeCRMClient::ItemSchema.new(
  item_type: null,
  item_format: null,
  item_choices: null
)