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

Properties of a CreateRowRequest.

Package

@google/area120-tables!

Properties

parent

parent?: (string|null);

CreateRowRequest parent

Property Value
TypeDescription
(string|null)

row

row?: (google.area120.tables.v1alpha1.IRow|null);

CreateRowRequest row

Property Value
TypeDescription
(google.area120.tables.v1alpha1.IRow|null)

view

view?: (google.area120.tables.v1alpha1.View|keyof typeof google.area120.tables.v1alpha1.View|null);

CreateRowRequest view

Property Value
TypeDescription
(google.area120.tables.v1alpha1.View|keyof typeof google.area120.tables.v1alpha1.View|null)