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 DataPathLabelType = DataPathLabelType' {
- fieldId :: Maybe Text
- fieldValue :: Maybe (Sensitive Text)
- visibility :: Maybe Visibility
- newDataPathLabelType :: DataPathLabelType
- dataPathLabelType_fieldId :: Lens' DataPathLabelType (Maybe Text)
- dataPathLabelType_fieldValue :: Lens' DataPathLabelType (Maybe Text)
- dataPathLabelType_visibility :: Lens' DataPathLabelType (Maybe Visibility)
Documentation
data DataPathLabelType Source #
The option that specifies individual data values for labels.
See: newDataPathLabelType
smart constructor.
DataPathLabelType' | |
|
Instances
newDataPathLabelType :: DataPathLabelType Source #
Create a value of DataPathLabelType
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:fieldId:DataPathLabelType'
, dataPathLabelType_fieldId
- The field ID of the field that the data label needs to be applied to.
$sel:fieldValue:DataPathLabelType'
, dataPathLabelType_fieldValue
- The actual value of the field that is labeled.
$sel:visibility:DataPathLabelType'
, dataPathLabelType_visibility
- The visibility of the data label.
dataPathLabelType_fieldId :: Lens' DataPathLabelType (Maybe Text) Source #
The field ID of the field that the data label needs to be applied to.
dataPathLabelType_fieldValue :: Lens' DataPathLabelType (Maybe Text) Source #
The actual value of the field that is labeled.
dataPathLabelType_visibility :: Lens' DataPathLabelType (Maybe Visibility) Source #
The visibility of the data label.