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 |
Documentation
An object representing the properties of a table in a workbook.
See: newTable
smart constructor.
Instances
Eq Table Source # | |
Read Table Source # | |
Show Table Source # | |
Generic Table Source # | |
NFData Table Source # | |
Defined in Amazonka.HoneyCode.Types.Table | |
Hashable Table Source # | |
Defined in Amazonka.HoneyCode.Types.Table | |
FromJSON Table Source # | |
type Rep Table Source # | |
Defined in Amazonka.HoneyCode.Types.Table type Rep Table = D1 ('MetaData "Table" "Amazonka.HoneyCode.Types.Table" "libZSservicesZSamazonka-honeycodeZSamazonka-honeycode" 'False) (C1 ('MetaCons "Table'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
Create a value of Table
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:tableId:Table'
, table_tableId
- The id of the table.
$sel:tableName:Table'
, table_tableName
- The name of the table.