Interface protos.google.cloud.filestore.v1.IListInstancesResponse (1.0.1)

Properties of a ListInstancesResponse.

Package

@google-cloud/filestore!

Properties

instances

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

ListInstancesResponse instances

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

nextPageToken

nextPageToken?: (string|null);

ListInstancesResponse nextPageToken

Property Value
TypeDescription
(string|null)

unreachable

unreachable?: (string[]|null);

ListInstancesResponse unreachable

Property Value
TypeDescription
(string[]|null)