SunshineConversationsClient::Identity

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringThe type of identity.[optional]
valueStringThe identity value.[optional]
verificationStringThe type of verification performed on the identity.[optional]

Example

require 'sunshine-conversations-client'

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