| Name | Type | Description | Notes |
|---|---|---|---|
| linked_account_conditions | Array<LinkedAccountCondition> | The conditions belonging to a selective sync. | [optional][readonly] |
require 'merge_crm_client'
instance = MergeCRMClient::LinkedAccountSelectiveSyncConfiguration.new(
linked_account_conditions: null
)