Sha256: 802723fdd415ba732f446bfb84ca217af6bda8ef26f01c5b63af9e336748d9a1
Contents?: true
Size: 717 Bytes
Versions: 50
Compression:
Stored size: 717 Bytes
Contents
# SunshineConversationsClient::ReferralDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **source** | **String** | The source of the referral - MESSENGER_CODE, ADS etc… | [optional] **type** | **String** | The type of referral, typically OPEN-THREAD. | [optional] **ad_id** | **String** | If the referral came from an ad, this field will be present with the ad’s Id. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ReferralDetails.new(source: MESSENGER_CODE, type: OPEN-THREAD, ad_id: 4216212847577) ```
Version data entries
50 entries across 50 versions & 1 rubygems