Interface protos.google.spanner.admin.instance.v1.IListInstancesResponse

Properties of a ListInstancesResponse.

Package

@google-cloud/spanner!

Properties

instances

instances?: (google.spanner.admin.instance.v1.IInstance[]|null);

ListInstancesResponse instances

Property Value
Type Description
(google.spanner.admin.instance.v1.IInstance[]|null)

nextPageToken

nextPageToken?: (string|null);

ListInstancesResponse nextPageToken

Property Value
Type Description
(string|null)