SunshineConversationsClient::ParticipantListResponse
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| participants | Array<Participant> | [optional] | |
| meta | Meta | [optional] | |
| links | Links | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::ParticipantListResponse.new(
participants: null,
meta: null,
links: null
)