Class: Google::Cloud::CloudSecurityCompliance::V1::ListFrameworksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::ListFrameworksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/config.rb
Overview
The response message for [ListFrameworks][]. Returns a paginated list of Framework resources.
Instance Attribute Summary collapse
-
#frameworks ⇒ ::Array<::Google::Cloud::CloudSecurityCompliance::V1::Framework>
The list of framework resources.
-
#next_page_token ⇒ ::String
A pagination token.
Instance Attribute Details
#frameworks ⇒ ::Array<::Google::Cloud::CloudSecurityCompliance::V1::Framework>
Returns The list of framework resources.
57 58 59 60 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/config.rb', line 57 class ListFrameworksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A pagination token. To retrieve the next page of results, call the method again with this token.
57 58 59 60 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/config.rb', line 57 class ListFrameworksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |