Interface protos.google.appengine.v1.IListInstancesResponse (1.0.6)

Properties of a ListInstancesResponse.

Package

@google-cloud/appengine-admin!

Properties

instances

instances?: (google.appengine.v1.IInstance[]|null);

ListInstancesResponse instances

Property Value
TypeDescription
(google.appengine.v1.IInstance[]|null)

nextPageToken

nextPageToken?: (string|null);

ListInstancesResponse nextPageToken

Property Value
TypeDescription
(string|null)