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 ColumnIdentifier Source #
A column of a data set.
See: newColumnIdentifier
smart constructor.
ColumnIdentifier' | |
|
Instances
:: Text | |
-> Text | |
-> ColumnIdentifier |
Create a value of ColumnIdentifier
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:dataSetIdentifier:ColumnIdentifier'
, columnIdentifier_dataSetIdentifier
- The data set that the column belongs to.
$sel:columnName:ColumnIdentifier'
, columnIdentifier_columnName
- The name of the column.
columnIdentifier_dataSetIdentifier :: Lens' ColumnIdentifier Text Source #
The data set that the column belongs to.
columnIdentifier_columnName :: Lens' ColumnIdentifier Text Source #
The name of the column.