Class: Google::Apis::SecuritycenterV1::BulkMuteFindingsRequest
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::BulkMuteFindingsRequest
- 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
-
#filter ⇒ String
Corresponds to the JSON property
filter. -
#mute_annotation ⇒ String
Corresponds to the JSON property
muteAnnotation. -
#mute_state ⇒ String
Corresponds to the JSON property
muteState.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BulkMuteFindingsRequest
constructor
A new instance of BulkMuteFindingsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BulkMuteFindingsRequest
Returns a new instance of BulkMuteFindingsRequest.
1263 1264 1265 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1263 def initialize(**args) update!(**args) end |
Instance Attribute Details
#filter ⇒ String
Corresponds to the JSON property filter
1251 1252 1253 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1251 def filter @filter end |
#mute_annotation ⇒ String
Corresponds to the JSON property muteAnnotation
1256 1257 1258 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1256 def mute_annotation @mute_annotation end |
#mute_state ⇒ String
Corresponds to the JSON property muteState
1261 1262 1263 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1261 def mute_state @mute_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1268 1269 1270 1271 1272 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1268 def update!(**args) @filter = args[:filter] if args.key?(:filter) @mute_annotation = args[:mute_annotation] if args.key?(:mute_annotation) @mute_state = args[:mute_state] if args.key?(:mute_state) end |