Sha256: 087348dfde9bd2fd6947e094a3ed13cc74d3ea1fbf1efcbfa259331675093292
Contents?: true
Size: 571 Bytes
Versions: 44
Compression:
Stored size: 571 Bytes
Contents
# SunshineConversationsClient::AppListResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **apps** | [**Array<App>**](App.md) | List of returned apps. | [optional] **meta** | [**Meta**](Meta.md) | | [optional] **links** | [**Links**](Links.md) | | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::AppListResponse.new(apps: null, meta: null, links: null) ```
Version data entries
44 entries across 44 versions & 1 rubygems