Sha256: 0893aaa16536912c13968a93a6449d36e72293e7feb5da37224df73cbb4cc892

Contents?: true

Size: 746 Bytes

Versions: 50

Compression:

Stored size: 746 Bytes

Contents

# SunshineConversationsClient::MatchCriteriaBase

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The channel type. | 
**integration_id** | **String** | The ID of the integration to link. Must match the provided type. | 
**primary** | **Boolean** | Flag indicating whether the client will become the primary for the target conversation once linking is complete. | [optional] [default to true]

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::MatchCriteriaBase.new(type: null,
                                 integration_id: 582dedf230e788746891281a,
                                 primary: null)
```


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
sunshine-conversations-client-12.2.2 docs/MatchCriteriaBase.md
sunshine-conversations-client-12.2.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-12.1.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-12.0.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-11.0.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-10.0.1 docs/MatchCriteriaBase.md
sunshine-conversations-client-10.0.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.15.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.14.1 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.14.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.13.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.12.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.11.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.10.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.9.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.8.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.7.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.6.0 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.5.7 docs/MatchCriteriaBase.md
sunshine-conversations-client-9.5.6 docs/MatchCriteriaBase.md