SunshineConversationsClient::FormOptionsInner
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| label | String | The label of the option. What the option is displayed as on Web Messenger. | [optional] |
| name | String | The name of the field. Must be unique per field. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::FormOptionsInner.new(
label: null,
name: null
)