Method: TalonOne::BaseNotificationWebhook.openapi_types
- Defined in:
- lib/talon_one/models/base_notification_webhook.rb
.openapi_types ⇒ Object
Attribute type mapping.
45 46 47 48 49 50 51 52 53 |
# File 'lib/talon_one/models/base_notification_webhook.rb', line 45 def self.openapi_types { :'id' => :'Integer', :'created' => :'DateTime', :'modified' => :'DateTime', :'url' => :'String', :'headers' => :'Array<String>' } end |