Method: Onfido::WebhookShared.attribute_map

Defined in:
lib/onfido/models/webhook_shared.rb

.attribute_mapObject

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



31
32
33
34
35
36
37
38
# File 'lib/onfido/models/webhook_shared.rb', line 31

def self.attribute_map
  {
    :'enabled' => :'enabled',
    :'events' => :'events',
    :'environments' => :'environments',
    :'payload_version' => :'payload_version'
  }
end