Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
The data in a particular data cell defined on the screen.
See: newDataItem
smart constructor.
DataItem' | |
|
Instances
Eq DataItem Source # | |
Show DataItem Source # | |
Generic DataItem Source # | |
NFData DataItem Source # | |
Defined in Amazonka.HoneyCode.Types.DataItem | |
Hashable DataItem Source # | |
Defined in Amazonka.HoneyCode.Types.DataItem | |
FromJSON DataItem Source # | |
type Rep DataItem Source # | |
Defined in Amazonka.HoneyCode.Types.DataItem type Rep DataItem = D1 ('MetaData "DataItem" "Amazonka.HoneyCode.Types.DataItem" "libZSservicesZSamazonka-honeycodeZSamazonka-honeycode" 'False) (C1 ('MetaCons "DataItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rawValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "overrideFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Format)) :*: S1 ('MetaSel ('Just "formattedValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
newDataItem :: DataItem Source #
Create a value of DataItem
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:rawValue:DataItem'
, dataItem_rawValue
- The raw value of the data. e.g. jsmith@example.com
$sel:overrideFormat:DataItem'
, dataItem_overrideFormat
- The overrideFormat is optional and is specified only if a particular row
of data has a different format for the data than the default format
defined on the screen or the table.
$sel:formattedValue:DataItem'
, dataItem_formattedValue
- The formatted value of the data. e.g. John Smith.
dataItem_rawValue :: Lens' DataItem (Maybe Text) Source #
The raw value of the data. e.g. jsmith@example.com