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