| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| title | String | Label shown on the button. | |
| payload | String | Opaque value returned in the inbound webhook when the user taps the button. |
require 'zernio-sdk'
instance = Zernio::SendPrivateReplyToCommentRequestButtonsInnerOneOf1.new(
type: null,
title: null,
payload: null
)