| 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.FieldGroup
Description
Synopsis
- data FieldGroup = FieldGroup' {}
- newFieldGroup :: FieldGroup
- fieldGroup_name :: Lens' FieldGroup (Maybe Text)
- fieldGroup_fields :: Lens' FieldGroup [FieldItem]
Documentation
data FieldGroup Source #
Object for a group of fields and associated properties.
See: newFieldGroup smart constructor.
Constructors
| FieldGroup' | |
Instances
newFieldGroup :: FieldGroup Source #
Create a value of FieldGroup 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:name:FieldGroup', fieldGroup_name - Name of the field group.
$sel:fields:FieldGroup', fieldGroup_fields - Represents an ordered list containing field related information.
fieldGroup_name :: Lens' FieldGroup (Maybe Text) Source #
Name of the field group.
fieldGroup_fields :: Lens' FieldGroup [FieldItem] Source #
Represents an ordered list containing field related information.