Sha256: ad5f71fb156b7d258320617f7b57536241d9a563274b81894b1a4de3b90645c7

Contents?: true

Size: 618 Bytes

Versions: 31

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

31 entries across 31 versions & 1 rubygems

Version Path
sunshine-conversations-client-12.3.0 docs/Identity.md
sunshine-conversations-client-12.2.2 docs/Identity.md
sunshine-conversations-client-12.2.0 docs/Identity.md
sunshine-conversations-client-12.1.0 docs/Identity.md
sunshine-conversations-client-12.0.0 docs/Identity.md
sunshine-conversations-client-11.0.0 docs/Identity.md
sunshine-conversations-client-10.0.1 docs/Identity.md
sunshine-conversations-client-10.0.0 docs/Identity.md
sunshine-conversations-client-9.15.0 docs/Identity.md
sunshine-conversations-client-9.14.1 docs/Identity.md
sunshine-conversations-client-9.14.0 docs/Identity.md