| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| title | String | Label shown on the button. | |
| url | String | URL opened when the button is tapped. |
require 'zernio-sdk'
instance = Zernio::SendPrivateReplyToCommentRequestButtonsInnerOneOf.new(
type: null,
title: null,
url: null
)