Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 423 Bytes

File metadata and controls

18 lines (12 loc) · 423 Bytes

SunshineConversationsClient::IntegrationApiKeyListResponse

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
)