SunshineConversationsClient::AppListResponse

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
appsArray<App>List of returned apps.[optional]
metaMeta[optional]
linksLinks[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::AppListResponse.new(
  apps: null,
  meta: null,
  links: null
)