SunshineConversationsClient::AppKeyCreateBody

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
display_nameStringThe name of the API key.

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::AppKeyCreateBody.new(
  display_name: null
)