Method: UpBankingClient::WebhookResource.attribute_map

Defined in:
lib/up_banking/models/webhook_resource.rb

.attribute_mapObject

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



32
33
34
35
36
37
38
39
40
# File 'lib/up_banking/models/webhook_resource.rb', line 32

def self.attribute_map
  {
    :'type' => :'type',
    :'id' => :'id',
    :'attributes' => :'attributes',
    :'relationships' => :'relationships',
    :'links' => :'links'
  }
end