Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 488 Bytes

File metadata and controls

18 lines (12 loc) · 488 Bytes

MergeCRMClient::LinkedAccountSelectiveSyncConfiguration

Properties

Name Type Description Notes
linked_account_conditions Array<LinkedAccountCondition> The conditions belonging to a selective sync. [optional][readonly]

Example

require 'merge_crm_client'

instance = MergeCRMClient::LinkedAccountSelectiveSyncConfiguration.new(
  linked_account_conditions: null
)