Sha256: 810e4459d7331eb5a66f767553c1f238345d10029dbbde450e03158fdad70ae1
Contents?: true
Size: 840 Bytes
Versions: 12
Compression:
Stored size: 840 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). See [SortOrder](#type-sortorder) for possible values | [optional]
Version data entries
12 entries across 12 versions & 1 rubygems