MergeCRMClient::AssociationType
Name
Type
Description
Notes
source_object_class
Hash<String, AnyType>
[optional][readonly]
target_object_classes
Array<AssociationSubType>
[optional][readonly]
remote_key_name
String
[optional]
display_name
String
[optional]
cardinality
CardinalityEnum
[optional]
is_required
Boolean
[optional]
id
String
[optional][readonly]
remote_id
String
The third-party API ID of the matching object.
[optional]
modified_at
Time
This is the datetime that this object was last updated by Merge
[optional][readonly]
require 'merge_crm_client'
instance = MergeCRMClient ::AssociationType . new (
source_object_class : { " ; id " ; :" ; ff1ff4cb -a66b -47 dc -8e2 a -50388049e602 " ; , " ; origin_type " ; :" ; CUSTOM_OBJECT " ; } ,
target_object_classes : [ { " ; id " ; :" ; Opportunity " ; , " ; origin_type " ; :" ; COMMON_MODEL " ; } ] ,
remote_key_name : order_to_opportunity ,
display_name : Order to Opportunity ,
cardinality : ONE_TO_MANY ,
is_required : null ,
id : 5 bb73c32 -3 c6c -4757 -ab7d -7 d3540a1be31 ,
remote_id : 93 ,
modified_at : 2021 -10 -16 T00 :00Z
)