Sha256: a334c25faaaf82dc4091eaa1ba33f806b0e179d14f9b7ae5cb9cefa177a86717

Contents?: true

Size: 921 Bytes

Versions: 7

Compression:

Stored size: 921 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: null,
                                 webhook_id: null,
                                 application_id: null,
                                 campaign_id: null,
                                 created: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-2.5.1 docs/WebhookActivationLogEntry.md
talon_one-2.4.0 docs/WebhookActivationLogEntry.md
talon_one-2.3.0 docs/WebhookActivationLogEntry.md
talon_one-2.2.0 docs/WebhookActivationLogEntry.md
talon_one-2.1.1 docs/WebhookActivationLogEntry.md
talon_one-2.1.0 docs/WebhookActivationLogEntry.md
talon_one-2.0.0 docs/WebhookActivationLogEntry.md