| 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 |
Amazonka.ConnectCases.Types.FieldValue
Description
Synopsis
- data FieldValue = FieldValue' {
- id :: Text
- value :: FieldValueUnion
- newFieldValue :: Text -> FieldValueUnion -> FieldValue
- fieldValue_id :: Lens' FieldValue Text
- fieldValue_value :: Lens' FieldValue FieldValueUnion
Documentation
data FieldValue Source #
Object for case field values.
See: newFieldValue smart constructor.
Constructors
| FieldValue' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> FieldValueUnion | |
| -> FieldValue |
Create a value of FieldValue 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:id:FieldValue', fieldValue_id - Unique identifier of a field.
$sel:value:FieldValue', fieldValue_value - Union of potential field value types.
fieldValue_id :: Lens' FieldValue Text Source #
Unique identifier of a field.
fieldValue_value :: Lens' FieldValue FieldValueUnion Source #
Union of potential field value types.