Method: Falcon::DomainAPIQueryPagingV1.openapi_types
- Defined in:
- lib/crimson-falcon/models/domain_api_query_paging_v1.rb
.openapi_types ⇒ Object
Attribute type mapping.
56 57 58 59 60 61 62 |
# File 'lib/crimson-falcon/models/domain_api_query_paging_v1.rb', line 56 def self.openapi_types { :'after' => :'String', :'limit' => :'Integer', :'total' => :'Integer' } end |