Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 423 Bytes

File metadata and controls

20 lines (14 loc) · 423 Bytes

MergeCRMClient::RemoteField

Properties

Name Type Description Notes
remote_field_class RemoteFieldClass
value Hash<String, AnyType> [optional]

Example

require 'merge_crm_client'

instance = MergeCRMClient::RemoteField.new(
  remote_field_class: null,
  value: string
)