Sha256: e47be7ba946fd7dc9cb9c9c375eec4c426cc08fb56958f76e21d76b7acf74c32
Contents?: true
Size: 834 Bytes
Versions: 11
Compression:
Stored size: 834 Bytes
Contents
# Phrase::NotificationGroupDetail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **event_name** | **String** | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [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
11 entries across 11 versions & 1 rubygems