Interface protos.google.spanner.admin.database.v1.IListBackupOperationsResponse

Properties of a ListBackupOperationsResponse.

Package

@google-cloud/spanner!

Properties

nextPageToken

nextPageToken?: (string|null);

ListBackupOperationsResponse nextPageToken

Property Value
TypeDescription
(string|null)

operations

operations?: (google.longrunning.IOperation[]|null);

ListBackupOperationsResponse operations

Property Value
TypeDescription
(google.longrunning.IOperation[]|null)