Interface protos.google.longrunning.IListOperationsResponse (5.6.0)

Properties of a ListOperationsResponse.

Package

@google-cloud/security-center

Properties

nextPageToken

nextPageToken?: (string|null);

ListOperationsResponse nextPageToken

Property Value
TypeDescription
(string|null)

operations

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

ListOperationsResponse operations

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