Method: TalonOne::BaseNotificationWebhook.attribute_map

Defined in:
lib/talon_one/models/base_notification_webhook.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



34
35
36
37
38
39
40
41
42
# File 'lib/talon_one/models/base_notification_webhook.rb', line 34

def self.attribute_map
  {
    :'id' => :'id',
    :'created' => :'created',
    :'modified' => :'modified',
    :'url' => :'url',
    :'headers' => :'headers'
  }
end