| Name | Type | Description | Notes |
|---|---|---|---|
| item_type | ItemTypeEnum | [optional] | |
| item_format | ItemFormatEnum | [optional] | |
| item_choices | Array<String> | [optional] |
require 'merge_crm_client'
instance = MergeCRMClient::ItemSchema.new(
item_type: null,
item_format: null,
item_choices: null
)