Interface protos.google.area120.tables.v1alpha1.ITable (1.2.8)

Properties of a Table.

Package

@google/area120-tables!

Properties

columns

columns?: (google.area120.tables.v1alpha1.IColumnDescription[]|null);

Table columns

Property Value
TypeDescription
(google.area120.tables.v1alpha1.IColumnDescription[]|null)

displayName

displayName?: (string|null);

Table displayName

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Table name

Property Value
TypeDescription
(string|null)