SunshineConversationsClient::IntegrationApiKeyListResponse
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| keys | Array<ApiKey> | Integration keys of the supplied integration. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::IntegrationApiKeyListResponse.new(
keys: null
)