Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.18 KB

CatalogQuerySortedAttribute.md

File metadata and controls

13 lines (9 loc) · 1.18 KB

CatalogQuerySortedAttribute

Properties

Name Getter Setter Type Description Notes
attribute_name getAttributeName() setAttributeName($value) string The attribute whose value should be used as the sort key.
initial_attribute_value getInitialAttributeValue() setInitialAttributeValue($value) string The 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_order getSortOrder() setSortOrder($value) string The desired SortOrder, `"ASC"` (ascending) or `"DESC"` (descending). [optional]

Note: All properties are protected and only accessed via getters and setters.

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