Sha256: 57ae15930a684904bc8a8b6781e9f41a90eb200ed546a7f77affc14ab07e1a96

Contents?: true

Size: 973 Bytes

Versions: 6

Compression:

Stored size: 973 Bytes

Contents

# TalonOne::WebhookActivationLogEntry

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**integration_request_uuid** | **String** | UUID reference of the integration request that triggered the effect with the webhook. | 
**webhook_id** | **Integer** | ID of the webhook that triggered the request. | 
**application_id** | **Integer** | ID of the application that triggered the webhook. | 
**campaign_id** | **Integer** | ID of the campaign that triggered the webhook. | 
**created** | **DateTime** | Timestamp of request | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::WebhookActivationLogEntry.new(integration_request_uuid: 6d3699cf-95bd-444a-b62f-80d6e8391dc9,
                                 webhook_id: 1,
                                 application_id: 13,
                                 campaign_id: 86,
                                 created: 2023-03-21T13:55:08.571144Z)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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