libZSservicesZSamazonka-honeycodeZSamazonka-honeycode
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.HoneyCode.Types.CellInput

Description

 
Synopsis

Documentation

data CellInput Source #

CellInput object contains the data needed to create or update cells in a table.

See: newCellInput smart constructor.

Constructors

CellInput' 

Fields

  • fact :: Maybe (Sensitive Text)

    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.

Instances

Instances details
Eq CellInput Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.CellInput

Show CellInput Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.CellInput

Generic CellInput Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.CellInput

Associated Types

type Rep CellInput :: Type -> Type #

NFData CellInput Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.CellInput

Methods

rnf :: CellInput -> () #

Hashable CellInput Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.CellInput

ToJSON CellInput Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.CellInput

type Rep CellInput Source # 
Instance details

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.

cellInput_fact :: Lens' CellInput (Maybe Text) Source #

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.