SunshineConversationsClient::AppKeyCreateBody
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| display_name | String | The name of the API key. |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::AppKeyCreateBody.new(
display_name: null
)