Sha256: 4a4a1a26a13faa1346deb5663962f43f9a530202304da973ef801348f052e9d6
Contents?: true
Size: 978 Bytes
Versions: 6
Compression:
Stored size: 978 Bytes
Contents
# 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**](StrikethroughTrigger.md) | | **changed_items** | [**Array<StrikethroughChangedItem>**](StrikethroughChangedItem.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::StrikethroughLabelingNotification.new(application_id: 322, current_batch: 1, total_batches: 10, trigger: null, changed_items: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems