CatalogQuerySortedAttribute

March 27, 2019 ยท View on GitHub

squareconnect.models.catalog_query_sorted_attribute

Description

Properties

NameTypeDescriptionNotes
attribute_namestrThe attribute whose value should be used as the sort key.
initial_attribute_valuestrThe first attribute value to be returned by the query. Ascending sorts will return only objects with this value or greater, while descending sorts will return only objects with this value or less. If unset, start at the beginning (for ascending sorts) or end (for descending sorts).[optional]
sort_orderstrThe desired SortOrder, `"ASC"` (ascending) or `"DESC"` (descending). See SortOrder for possible values[optional]

[Back to Model list] [Back to API list] [Back to README]