Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 556 Bytes

File metadata and controls

23 lines (16 loc) · 556 Bytes

Phrase::NotificationGroup

Properties

Name Type Description Notes
id String [optional]
event_name String [optional]
created_at Time [optional]
updated_at Time [optional]

Code Sample

require 'phrase'

instance = Phrase::NotificationGroup.new(id: nil,
                                 event_name: nil,
                                 created_at: nil,
                                 updated_at: nil)