| Name | Type | Description | Notes |
|---|---|---|---|
| event_id | Integer | The ID of the integration hub event. | |
| status | String | The delivery outcome for the event. |
require 'talon_one_sdk'
instance = TalonOne::IntegrationHubEventStatusUpdate.new(
event_id: 123,
status: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| event_id | Integer | The ID of the integration hub event. | |
| status | String | The delivery outcome for the event. |
require 'talon_one_sdk'
instance = TalonOne::IntegrationHubEventStatusUpdate.new(
event_id: 123,
status: null
)