Method: Phrase::NotificationGroup.openapi_types
- Defined in:
- lib/phrase/models/notification_group.rb
.openapi_types ⇒ Object
Attribute type mapping.
24 25 26 27 28 29 30 31 |
# File 'lib/phrase/models/notification_group.rb', line 24 def self.openapi_types { :'id' => :'String', :'event_name' => :'String', :'created_at' => :'DateTime', :'updated_at' => :'DateTime' } end |