Sha256: 7c995960f4c8dd8dc931f7394a6746b5d6170d03cfba90bafcae69b7869fd432

Contents?: true

Size: 1.03 KB

Versions: 6

Compression:

Stored size: 1.03 KB

Contents

# TalonOne::StrikethroughTrigger

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | The ID of the event that triggered the strikethrough labeling. | 
**type** | **String** | The type of event that triggered the strikethrough labeling. | 
**triggered_at** | **DateTime** | The creation time of the event that triggered the strikethrough labeling. | 
**total_affected_items** | **Integer** | The total number of items affected by the event that triggered the strikethrough labeling. | 
**payload** | [**Object**](.md) | The arbitrary properties associated with this trigger type. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::StrikethroughTrigger.new(id: 1,
                                 type: CATALOG_SYNC,
                                 triggered_at: 2020-06-10T09:05:27.993483Z,
                                 total_affected_items: 1500,
                                 payload: {"catalogId":2,"catalogVersion":100})
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/StrikethroughTrigger.md
talon_one-6.0.0 docs/StrikethroughTrigger.md
talon_one-5.0.0 docs/StrikethroughTrigger.md
talon_one-3.0.2 docs/StrikethroughTrigger.md
talon_one-3.0.1 docs/StrikethroughTrigger.md
talon_one-3.0.0 docs/StrikethroughTrigger.md