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.
1338 1339 1340 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1338 def initialize(**args) update!(**args) end |
Instance Attribute Details
#filter ⇒ String
Corresponds to the JSON property filter
1326 1327 1328 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1326 def filter @filter end |
#mute_annotation ⇒ String
Corresponds to the JSON property muteAnnotation
1331 1332 1333 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1331 def mute_annotation @mute_annotation end |
#mute_state ⇒ String
Corresponds to the JSON property muteState
1336 1337 1338 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1336 def mute_state @mute_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1343 1344 1345 1346 1347 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1343 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 |