SunshineConversationsClient::AppKeyListResponse

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
keysArray<AppKey>List of returned keys.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::AppKeyListResponse.new(
  keys: null
)