Sha256: 058f1f5d6c36b23c1246aa319c56af44e694c2a1c914612fb56d1e9aefb58e03

Contents?: true

Size: 589 Bytes

Versions: 7

Compression:

Stored size: 589 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

7 entries across 7 versions & 1 rubygems

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