| 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.Section
Description
Synopsis
- data Section = Section' {}
- newSection :: Section
- section_fieldGroup :: Lens' Section (Maybe FieldGroup)
Documentation
This represents a sections within a panel or tab of the page layout.
See: newSection smart constructor.
Constructors
| Section' | |
Fields
| |
Instances
| FromJSON Section Source # | |
| ToJSON Section Source # | |
Defined in Amazonka.ConnectCases.Types.Section | |
| Generic Section Source # | |
| Read Section Source # | |
| Show Section Source # | |
| NFData Section Source # | |
Defined in Amazonka.ConnectCases.Types.Section | |
| Eq Section Source # | |
| Hashable Section Source # | |
Defined in Amazonka.ConnectCases.Types.Section | |
| type Rep Section Source # | |
Defined in Amazonka.ConnectCases.Types.Section type Rep Section = D1 ('MetaData "Section" "Amazonka.ConnectCases.Types.Section" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "Section'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldGroup)))) | |
newSection :: Section Source #
Create a value of Section 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:fieldGroup:Section', section_fieldGroup - Consists of a group of fields and associated properties.
section_fieldGroup :: Lens' Section (Maybe FieldGroup) Source #
Consists of a group of fields and associated properties.