Properties of a Type.
Package
@google-cloud/spanner!Properties
arrayElementType
arrayElementType
?:
(
google
.
spanner
.
v1
.
IType
|
null
);
Type arrayElementType
Type | Description |
---|---|
( google.spanner.v1.IType |null) |
code
code
?:
(
google
.
spanner
.
v1
.
TypeCode
|
keyof
typeof
google
.
spanner
.
v1
.
TypeCode
|
null
);
Type code
Type | Description |
---|---|
( google.spanner.v1.TypeCode |keyof typeof google.spanner.v1.TypeCode |null) |
structType
structType
?:
(
google
.
spanner
.
v1
.
IStructType
|
null
);
Type structType
Type | Description |
---|---|
( google.spanner.v1.IStructType |null) |