Interface protos.google.spanner.v1.StructType.IField

Properties of a Field.

Package

@google-cloud/spanner!

Properties

name

name?: (string|null);

Field name

Property Value
TypeDescription
(string|null)

type

type?: (google.spanner.v1.IType|null);

Field type

Property Value
TypeDescription
(google.spanner.v1.IType|null)