| Name | Type | Description | Notes |
|---|---|---|---|
| options | Array<String> | ||
| selectable_options_count | Integer | ||
| title | String | ||
| to | String |
require 'openapi_client'
instance = OpenapiClient::PollMessagePayload.new(
options: null,
selectable_options_count: null,
title: null,
to: null
)