Sha256: 044073bbb87ef584ef0593c95334ad304ff7931104df38c4f5e7c2cb7db14850
Contents?: true
Size: 592 Bytes
Versions: 6
Compression:
Stored size: 592 Bytes
Contents
# TalonOne::ShowNotificationEffectProps ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **notification_type** | **String** | The type of notification that should be shown (e.g. error/warning/info). | **title** | **String** | Title of the notification. | **body** | **String** | Body of the notification. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ShowNotificationEffectProps.new(notification_type: null, title: null, body: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems