Sha256: 98742eb73e5d3099411c68950869abe0ad4a0cd3692bf66c70d05922f7cfa198
Contents?: true
Size: 826 Bytes
Versions: 21
Compression:
Stored size: 826 Bytes
Contents
# Phrase::NotificationGroupDetail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **event_name** | **String** | | [optional] **created_at** | **Time** | | [optional] **updated_at** | **Time** | | [optional] **notifications_count** | **Integer** | | [optional] **latest_notification** | [**Notification**](Notification.md) | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::NotificationGroupDetail.new(id: null, event_name: null, created_at: null, updated_at: null, notifications_count: null, latest_notification: null) ```
Version data entries
21 entries across 21 versions & 1 rubygems