Method: Coinbase::Client::ContractEventList.attribute_map

Defined in:
lib/coinbase/client/models/contract_event_list.rb

.attribute_mapObject

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



29
30
31
32
33
34
35
# File 'lib/coinbase/client/models/contract_event_list.rb', line 29

def self.attribute_map
  {
    :'data' => :'data',
    :'next_page' => :'next_page',
    :'has_more' => :'has_more'
  }
end