Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 352 Bytes

File metadata and controls

20 lines (14 loc) · 352 Bytes

SendX::EventResponse

Properties

Name Type Description Notes
status String [optional]
message String [optional]

Example

require 'sendx-ruby-sdk'

instance = SendX::EventResponse.new(
  status: success,
  message: Event tracked successfully
)