Interface protos.google.pubsub.v1.IListTopicSnapshotsResponse (2.17.0)

Properties of a ListTopicSnapshotsResponse.

Package

@google-cloud/pubsub!

Properties

nextPageToken

nextPageToken?: (string|null);

ListTopicSnapshotsResponse nextPageToken

Property Value
TypeDescription
(string|null)

snapshots

snapshots?: (string[]|null);

ListTopicSnapshotsResponse snapshots

Property Value
TypeDescription
(string[]|null)