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