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

Properties of a Row.

Package

@google/area120-tables!

Properties

name

name?: (string|null);

Row name

Property Value
TypeDescription
(string|null)

values

values?: ({ [k: string]: google.protobuf.IValue }|null);

Row values

Property Value
TypeDescription
({ [k: string]: google.protobuf.IValue }|null)