Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 978 Bytes

StrikethroughLabelingNotification.md

File metadata and controls

25 lines (18 loc) · 978 Bytes

TalonOne::StrikethroughLabelingNotification

Properties

Name Type Description Notes
application_id Integer The ID of the application that catalog items labels belongs to.
current_batch Integer The batch number of the notification. Notifications might be sent in different batches.
total_batches Integer The total number of batches for the notification.
trigger StrikethroughTrigger
changed_items Array<StrikethroughChangedItem>

Code Sample

require 'TalonOne'

instance = TalonOne::StrikethroughLabelingNotification.new(application_id: 322,
                                 current_batch: 1,
                                 total_batches: 10,
                                 trigger: null,
                                 changed_items: null)