| Name | Type | Description | Notes |
|---|---|---|---|
| fields | Hash<String, AnyType> |
require 'merge_crm_client'
instance = MergeCRMClient::CustomObjectRequest.new(
fields: {"test_field":"hello"}
)| Name | Type | Description | Notes |
|---|---|---|---|
| fields | Hash<String, AnyType> |
require 'merge_crm_client'
instance = MergeCRMClient::CustomObjectRequest.new(
fields: {"test_field":"hello"}
)