Method: TransferZero::WebhookLogMetadata.attribute_map

Defined in:
lib/transferzero-sdk/models/webhook_log_metadata.rb

.attribute_mapObject

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



45
46
47
48
49
50
51
52
53
54
55
56
57
58
# File 'lib/transferzero-sdk/models/webhook_log_metadata.rb', line 45

def self.attribute_map
  {
    :'params' => :'params',
    :'event' => :'event',
    :'instance_id' => :'instance_id',
    :'instance_type' => :'instance_type',
    :'attempt_id' => :'attempt_id',
    :'tries' => :'tries',
    :'request' => :'request',
    :'response' => :'response',
    :'app_id' => :'app_id',
    :'api_key_id' => :'api_key_id'
  }
end