Class: Google::Cloud::SecurityCenter::V1::ListMuteConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ListMuteConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Response message for listing mute configs.
Instance Attribute Summary collapse
-
#mute_configs ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::MuteConfig>
The mute configs from the specified parent.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#mute_configs ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::MuteConfig>
Returns The mute configs from the specified parent.
958 959 960 961 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 958 class ListMuteConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
958 959 960 961 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 958 class ListMuteConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |