| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| channel_id | String | Voice channel snowflake. | |
| ends_at | Time | [optional] |
require 'zernio-sdk'
instance = Zernio::CreateDiscordScheduledEventRequestEntityOneOf1.new(
type: null,
channel_id: null,
ends_at: null
)