Sha256: 2c25b64a075041a3c3e9fa5bd3feabbc9f77605b0ee1efb7449a8615cc2815b1

Contents?: true

Size: 501 Bytes

Versions: 2

Compression:

Stored size: 501 Bytes

Contents

# TalonOne::BaseNotificationEntity

## 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]

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::BaseNotificationEntity.new(policy: null,
                                 enabled: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/BaseNotificationEntity.md
talon_one-6.0.0 docs/BaseNotificationEntity.md