| Name | Type | Description | Notes |
|---|---|---|---|
| item_type | String | ||
| item_format | String | ||
| item_choices | Array<String> |
require 'merge_crm_client'
instance = MergeCRMClient::RemoteFieldClassForCustomObjectClassItemSchema.new(
item_type: null,
item_format: null,
item_choices: null
)