Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 482 Bytes

File metadata and controls

22 lines (16 loc) · 482 Bytes

MergeCRMClient::RemoteFieldClassForCustomObjectClassItemSchema

Properties

Name Type Description Notes
item_type String
item_format String
item_choices Array<String>

Example

require 'merge_crm_client'

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