Class: Google::Cloud::WebSecurityScanner::V1beta::ListScanRunsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::WebSecurityScanner::V1beta::ListScanRunsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb
Overview
Response for the ListScanRuns
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#scan_runs ⇒ ::Array<::Google::Cloud::WebSecurityScanner::V1beta::ScanRun>
The list of ScanRuns returned.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
155 156 157 158 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 155 class ListScanRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scan_runs ⇒ ::Array<::Google::Cloud::WebSecurityScanner::V1beta::ScanRun>
Returns The list of ScanRuns returned.
155 156 157 158 |
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/web_security_scanner.rb', line 155 class ListScanRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |