Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 1.09 KB

PostBasicMarketListRequestMeta.md

File metadata and controls

39 lines (19 loc) · 1.09 KB

realtimequotes.PostBasicMarketListRequestMeta

Properties

Name Type Description Notes
attributes [String] Limit the attributes returned in the response to the specified set. [optional]
language String ISO 639-1 code of the language. [optional]
sort [String] Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 5 (possibly prefixed) attribute name(s) is allowed. [optional]
pagination PostBasicMarketListRequestMetaPagination [optional]

Enum: [SortEnum]

  • name (value: "name")

  • -name (value: "-name")

  • shortName (value: "shortName")

  • -shortName (value: "-shortName")

  • country.name (value: "country.name")

  • -country.name (value: "-country.name")

  • type.name (value: "type.name")

  • -type.name (value: "-type.name")

  • group.name (value: "group.name")

  • -group.name (value: "-group.name")