Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 476 Bytes

File metadata and controls

22 lines (16 loc) · 476 Bytes

Zernio::SendPrivateReplyToCommentRequestButtonsInnerOneOf

Properties

Name Type Description Notes
type String
title String Label shown on the button.
url String URL opened when the button is tapped.

Example

require 'zernio-sdk'

instance = Zernio::SendPrivateReplyToCommentRequestButtonsInnerOneOf.new(
  type: null,
  title: null,
  url: null
)