Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 513 Bytes

File metadata and controls

24 lines (18 loc) · 513 Bytes

Late::SendInboxMessageRequestTemplateElementsInnerButtonsInner

Properties

Name Type Description Notes
type String [optional]
title String [optional]
url String [optional]
payload String [optional]

Example

require 'late-sdk'

instance = Late::SendInboxMessageRequestTemplateElementsInnerButtonsInner.new(
  type: null,
  title: null,
  url: null,
  payload: null
)