Sha256: d71fc4f6c15efea2e0b3d085bfd49d14d0bba746a283035e23414a8c96597ad2
Contents?: true
Size: 787 Bytes
Versions: 30
Compression:
Stored size: 787 Bytes
Contents
# SquareConnect::CatalogQuerySortedAttribute ### Description ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attribute_name** | **String** | The attribute whose value should be used as the sort key. | **initial_attribute_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** | **String** | The desired [SortOrder](#type-sortorder), `\"ASC\"` (ascending) or `\"DESC\"` (descending). | [optional]
Version data entries
30 entries across 30 versions & 1 rubygems