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 |
Synopsis
- data PivotTableDataPathOption = PivotTableDataPathOption' {
- width :: Maybe Text
- dataPathList :: [DataPathValue]
- newPivotTableDataPathOption :: PivotTableDataPathOption
- pivotTableDataPathOption_width :: Lens' PivotTableDataPathOption (Maybe Text)
- pivotTableDataPathOption_dataPathList :: Lens' PivotTableDataPathOption [DataPathValue]
Documentation
data PivotTableDataPathOption Source #
The data path options for the pivot table field options.
See: newPivotTableDataPathOption
smart constructor.
PivotTableDataPathOption' | |
|
Instances
newPivotTableDataPathOption :: PivotTableDataPathOption Source #
Create a value of PivotTableDataPathOption
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:width:PivotTableDataPathOption'
, pivotTableDataPathOption_width
- The width of the data path option.
$sel:dataPathList:PivotTableDataPathOption'
, pivotTableDataPathOption_dataPathList
- The list of data path values for the data path options.
pivotTableDataPathOption_width :: Lens' PivotTableDataPathOption (Maybe Text) Source #
The width of the data path option.
pivotTableDataPathOption_dataPathList :: Lens' PivotTableDataPathOption [DataPathValue] Source #
The list of data path values for the data path options.