Sha256: 69b3be6ada33a0acbc0117ed05a771c1113c8307fe2039bb85729a79019044ba

Contents?: true

Size: 1.45 KB

Versions: 26

Compression:

Stored size: 1.45 KB

Contents

# Phrase::Notification

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**event_name** | **String** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 
**delivered_at** | **DateTime** |  | [optional] 
**seen_at** | **DateTime** |  | [optional] 
**data** | [**Object**](.md) |  | [optional] 
**resource** | [**Object**](.md) |  | [optional] 
**locale** | [**Locale**](Locale.md) |  | [optional] 
**user** | [**UserPreview**](UserPreview.md) |  | [optional] 
**project** | [**Project**](Project.md) |  | [optional] 
**account** | [**Account**](Account.md) |  | [optional] 
**group** | [**NotificationGroup**](NotificationGroup.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::Notification.new(id: null,
                                 event_name: null,
                                 created_at: null,
                                 updated_at: null,
                                 delivered_at: null,
                                 seen_at: null,
                                 data: null,
                                 resource: null,
                                 locale: null,
                                 user: null,
                                 project: null,
                                 account: null,
                                 group: null)
```


Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
phrase-2.18.0 docs/Notification.md
phrase-2.17.0 docs/Notification.md
phrase-2.16.0 docs/Notification.md
phrase-2.15.0 docs/Notification.md
phrase-2.14.0 docs/Notification.md
phrase-2.13.0 docs/Notification.md
phrase-2.12.0 docs/Notification.md
phrase-2.11.0 docs/Notification.md
phrase-2.10.0 docs/Notification.md
phrase-2.9.0 docs/Notification.md
phrase-2.8.7 docs/Notification.md
phrase-2.8.3 docs/Notification.md
phrase-2.8.2 docs/Notification.md
phrase-2.8.1 docs/Notification.md
phrase-2.8.0 docs/Notification.md
phrase-2.7.2 docs/Notification.md
phrase-2.7.1 docs/Notification.md
phrase-2.7.0 docs/Notification.md
phrase-2.6.0 docs/Notification.md
phrase-2.5.1 docs/Notification.md