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
- data CellInput = CellInput' {}
- newCellInput :: CellInput
- cellInput_fact :: Lens' CellInput (Maybe Text)
Documentation
CellInput object contains the data needed to create or update cells in a table.
See: newCellInput
smart constructor.
Instances
Eq CellInput Source # | |
Show CellInput Source # | |
Generic CellInput Source # | |
NFData CellInput Source # | |
Defined in Amazonka.HoneyCode.Types.CellInput | |
Hashable CellInput Source # | |
Defined in Amazonka.HoneyCode.Types.CellInput | |
ToJSON CellInput Source # | |
Defined in Amazonka.HoneyCode.Types.CellInput | |
type Rep CellInput Source # | |
Defined in Amazonka.HoneyCode.Types.CellInput type Rep CellInput = D1 ('MetaData "CellInput" "Amazonka.HoneyCode.Types.CellInput" "libZSservicesZSamazonka-honeycodeZSamazonka-honeycode" 'False) (C1 ('MetaCons "CellInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) |
newCellInput :: CellInput Source #
Create a value of CellInput
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:fact:CellInput'
, cellInput_fact
- Fact represents the data that is entered into a cell. This data can be
free text or a formula. Formulas need to start with the equals (=) sign.