Sha256: ad5f71fb156b7d258320617f7b57536241d9a563274b81894b1a4de3b90645c7
Contents?: true
Size: 618 Bytes
Versions: 30
Compression:
Stored size: 618 Bytes
Contents
# SunshineConversationsClient::Identity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of identity. | [optional] **value** | **String** | The identity value. | [optional] **verification** | **String** | The type of verification performed on the identity. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Identity.new(type: email, value: jane.doe@gmail.com, verification: embed) ```
Version data entries
30 entries across 30 versions & 1 rubygems