Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 358 Bytes

File metadata and controls

20 lines (14 loc) · 358 Bytes

SendX::PostbackResponse

Properties

Name Type Description Notes
success Boolean [optional]
message String [optional]

Example

require 'sendx-ruby-sdk'

instance = SendX::PostbackResponse.new(
  success: true,
  message: Event tracked via postback
)