Sha256: d9d7961b767c78c142499cee87068292fe32d2d1af671f9eeb16cdeb26168ff5
Contents?: true
Size: 828 Bytes
Versions: 2
Compression:
Stored size: 828 Bytes
Contents
# TalonOne::BaseNotification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **policy** | [**Object**](.md) | Indicates which notification properties to apply. | **enabled** | **Boolean** | Indicates whether the notification is activated. | [optional] [default to true] **webhook** | [**BaseNotificationWebhook**](BaseNotificationWebhook.md) | | **id** | **Integer** | Unique ID for this entity. | **type** | **String** | The notification type. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::BaseNotification.new(policy: null, enabled: null, webhook: null, id: 6, type: loyalty_added_deducted_points) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/BaseNotification.md |
talon_one-6.0.0 | docs/BaseNotification.md |