Sha256: e8b638bb66d12a6cf947e5b529df3c8f7312895432b81b3f59f37c4b00592fc7
Contents?: true
Size: 1.7 KB
Versions: 2
Compression:
Stored size: 1.7 KB
Contents
# TalonOne::MessageLogEntry ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Unique identifier of the message. | **service** | **String** | Name of the service that generated the log entry. | **change_type** | **String** | Type of change that triggered the notification. | [optional] **notification_id** | **Integer** | ID of the notification. | [optional] **notification_name** | **String** | The name of the notification. | [optional] **request** | [**MessageLogRequest**](MessageLogRequest.md) | | [optional] **response** | [**MessageLogResponse**](MessageLogResponse.md) | | [optional] **created_at** | **DateTime** | Timestamp when the log entry was created. | **entity_type** | **String** | The entity type the notification is related to. | [optional] **application_id** | **Integer** | Identifier of the Application. | [optional] **loyalty_program_id** | **Integer** | Identifier of the loyalty program. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::MessageLogEntry.new(id: 123e4567-e89b-12d3-a456-426614174000, service: NotificationService, change_type: Update, notification_id: 101, notification_name: My campaign notification, request: null, response: null, created_at: 2021-07-20T22:00Z, entity_type: loyalty_program, application_id: 5, loyalty_program_id: 2) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-6.0.0 | docs/MessageLogEntry.md |
talon_one-5.0.0 | docs/MessageLogEntry.md |