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.RequiredField
Description
Synopsis
Documentation
data RequiredField Source #
List of fields that must have a value provided to create a case.
See: newRequiredField
smart constructor.
Constructors
RequiredField' | |
Instances
Arguments
:: Text | |
-> RequiredField |
Create a value of RequiredField
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:RequiredField'
, requiredField_fieldId
- Unique identifier of a field.
requiredField_fieldId :: Lens' RequiredField Text Source #
Unique identifier of a field.