SunshineConversationsClient::ClientAssociation

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeClientType[optional]
client_idStringThe id of the client being referenced.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ClientAssociation.new(
  type: null,
  client_id: 42589ad070d43be9b00ff7e5
)