Method: Coinbase::Client::ContractEventList.openapi_types
- Defined in:
- lib/coinbase/client/models/contract_event_list.rb
.openapi_types ⇒ Object
Attribute type mapping.
43 44 45 46 47 48 49 |
# File 'lib/coinbase/client/models/contract_event_list.rb', line 43 def self.openapi_types { :'data' => :'Array<ContractEvent>', :'next_page' => :'String', :'has_more' => :'Boolean' } end |