Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 618 Bytes

Identity.md

File metadata and controls

21 lines (14 loc) · 618 Bytes

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

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Identity.new(type: email,
                                 value: jane.doe@gmail.com,
                                 verification: embed)