Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 500 Bytes

File metadata and controls

22 lines (16 loc) · 500 Bytes

SunshineConversationsClient::AppListResponse

Properties

Name Type Description Notes
apps Array<App> List of returned apps. [optional]
meta Meta [optional]
links Links [optional]

Example

require 'sunshine-conversations-client'

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