Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 826 Bytes

NotificationGroupDetail.md

File metadata and controls

27 lines (20 loc) · 826 Bytes

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 [optional]

Code Sample

require 'Phrase'

instance = Phrase::NotificationGroupDetail.new(id: null,
                                 event_name: null,
                                 created_at: null,
                                 updated_at: null,
                                 notifications_count: null,
                                 latest_notification: null)