Method: Falcon::ApiIndicatorsQueryPaging.openapi_types

Defined in:
lib/crimson-falcon/models/api_indicators_query_paging.rb

.openapi_typesObject

Attribute type mapping.



59
60
61
62
63
64
65
66
# File 'lib/crimson-falcon/models/api_indicators_query_paging.rb', line 59

def self.openapi_types
  {
    :'after' => :'String',
    :'limit' => :'Integer',
    :'offset' => :'Integer',
    :'total' => :'Integer'
  }
end