Class: Google::Cloud::CloudSecurityCompliance::V1::ListFindingSummariesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::ListFindingSummariesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb
Overview
The response message for [ListFindingSummaries][].
Instance Attribute Summary collapse
-
#finding_summaries ⇒ ::Array<::Google::Cloud::CloudSecurityCompliance::V1::FindingSummary>
List of finding summary by category.
-
#next_page_token ⇒ ::String
readonly
Output only.
Instance Attribute Details
#finding_summaries ⇒ ::Array<::Google::Cloud::CloudSecurityCompliance::V1::FindingSummary>
Returns List of finding summary by category.
149 150 151 152 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 149 class ListFindingSummariesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String (readonly)
Returns Output only. The token to retrieve the next page of results.
149 150 151 152 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 149 class ListFindingSummariesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |