Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 367 Bytes

File metadata and controls

18 lines (12 loc) · 367 Bytes

SunshineConversationsClient::IntegrationApiKey

Properties

Name Type Description Notes
display_name String The name of the API key.

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::IntegrationApiKey.new(
  display_name: My custom key
)