Class: Google::Apis::SecuritycenterV1::ListMuteConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::ListMuteConfigsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb
Instance Attribute Summary collapse
-
#mute_configs ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig>
Corresponds to the JSON property
muteConfigs. -
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListMuteConfigsResponse
constructor
A new instance of ListMuteConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListMuteConfigsResponse
Returns a new instance of ListMuteConfigsResponse.
11151 11152 11153 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11151 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mute_configs ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig>
Corresponds to the JSON property muteConfigs
11144 11145 11146 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11144 def mute_configs @mute_configs end |
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
11149 11150 11151 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11149 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11156 11157 11158 11159 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11156 def update!(**args) @mute_configs = args[:mute_configs] if args.key?(:mute_configs) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |