Sha256: 1535b3758453c345ed9c3513bd7a326311682385d9d6337516b74c96420b671c
Contents?: true
Size: 809 Bytes
Versions: 15
Compression:
Stored size: 809 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** | **Object** | | [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
15 entries across 15 versions & 1 rubygems