Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data SlotTypeSortBy Source #
Specifies attributes for sorting a list of slot types.
See: newSlotTypeSortBy
smart constructor.
SlotTypeSortBy' | |
|
Instances
Create a value of SlotTypeSortBy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attribute:SlotTypeSortBy'
, slotTypeSortBy_attribute
- The attribute to use to sort the list of slot types.
$sel:order:SlotTypeSortBy'
, slotTypeSortBy_order
- The order to sort the list. You can say ascending or descending.
slotTypeSortBy_attribute :: Lens' SlotTypeSortBy SlotTypeSortAttribute Source #
The attribute to use to sort the list of slot types.
slotTypeSortBy_order :: Lens' SlotTypeSortBy SortOrder Source #
The order to sort the list. You can say ascending or descending.