| Name | Type | Description | Notes |
|---|---|---|---|
| apps | Array<App> | List of returned apps. | [optional] |
| meta | Meta | [optional] | |
| links | Links | [optional] |
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::AppListResponse.new(
apps: null,
meta: null,
links: null
)