Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.15 KB

File metadata and controls

34 lines (28 loc) · 1.15 KB

MergeCRMClient::RemoteFieldClassForCustomObjectClass

Properties

Name Type Description Notes
display_name String [optional]
remote_key_name String [optional]
description String [optional]
is_required Boolean [optional]
field_type FieldTypeEnum [optional][readonly]
field_format FieldFormatEnum [optional][readonly]
field_choices Array<String> [optional][readonly]
item_schema RemoteFieldClassForCustomObjectClassItemSchema [optional]
modified_at Time This is the datetime that this object was last updated by Merge [optional][readonly]

Example

require 'merge_crm_client'

instance = MergeCRMClient::RemoteFieldClassForCustomObjectClass.new(
  display_name: null,
  remote_key_name: null,
  description: null,
  is_required: null,
  field_type: null,
  field_format: null,
  field_choices: null,
  item_schema: null,
  modified_at: null
)