Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 589 Bytes

File metadata and controls

22 lines (16 loc) · 589 Bytes

MergeCRMClient::LinkedAccountConditionRequest

Properties

Name Type Description Notes
condition_schema_id String The ID indicating which condition schema to use for a specific condition.
operator String The operator for a specific condition.
value AnyType The value for a specific condition.

Example

require 'merge_crm_client'

instance = MergeCRMClient::LinkedAccountConditionRequest.new(
  condition_schema_id: null,
  operator: null,
  value: null
)