Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 421 Bytes

File metadata and controls

20 lines (14 loc) · 421 Bytes

TalonOne::IntegrationHubEventStatusUpdate

Properties

Name Type Description Notes
event_id Integer The ID of the integration hub event.
status String The delivery outcome for the event.

Example

require 'talon_one_sdk'

instance = TalonOne::IntegrationHubEventStatusUpdate.new(
  event_id: 123,
  status: null
)