Interface protos.google.cloud.websecurityscanner.v1.IListScanRunsResponse (1.0.7)

Properties of a ListScanRunsResponse.

Package

@google-cloud/web-security-scanner!

Properties

nextPageToken

nextPageToken?: (string|null);

ListScanRunsResponse nextPageToken

Property Value
Type Description
(string|null)

scanRuns

scanRuns?: (google.cloud.websecurityscanner.v1.IScanRun[]|null);

ListScanRunsResponse scanRuns

Property Value
Type Description
(google.cloud.websecurityscanner.v1.IScanRun[]|null)