Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 496 Bytes

File metadata and controls

18 lines (12 loc) · 496 Bytes

MergeCRMClient::LinkedAccountSelectiveSyncConfigurationRequest

Properties

Name Type Description Notes
linked_account_conditions Array<LinkedAccountConditionRequest> The conditions belonging to a selective sync.

Example

require 'merge_crm_client'

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