Method: Falcon::ApiIndicatorsQueryPaging.attribute_map

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

.attribute_mapObject

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



44
45
46
47
48
49
50
51
# File 'lib/crimson-falcon/models/api_indicators_query_paging.rb', line 44

def self.attribute_map
  {
    :'after' => :'after',
    :'limit' => :'limit',
    :'offset' => :'offset',
    :'total' => :'total'
  }
end