Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 360 Bytes

File metadata and controls

18 lines (12 loc) · 360 Bytes

MergeCRMClient::CustomObjectRequest

Properties

Name Type Description Notes
fields Hash<String, AnyType>

Example

require 'merge_crm_client'

instance = MergeCRMClient::CustomObjectRequest.new(
  fields: {&quot;test_field&quot;:&quot;hello&quot;}
)