Interface protos.google.pubsub.v1.IListSnapshotsResponse (2.13.0)

Properties of a ListSnapshotsResponse.

Package

@google-cloud/pubsub!

Properties

nextPageToken

nextPageToken?: (string|null);

ListSnapshotsResponse nextPageToken

Property Value
TypeDescription
(string|null)

snapshots

snapshots?: (google.pubsub.v1.ISnapshot[]|null);

ListSnapshotsResponse snapshots

Property Value
TypeDescription
(google.pubsub.v1.ISnapshot[]|null)