Class: Google::Apis::SecuritycenterV1::SetMuteRequest
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::SetMuteRequest
- 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
Overview
Request message for updating a finding's mute status.
Instance Attribute Summary collapse
-
#mute ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SetMuteRequest
constructor
A new instance of SetMuteRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SetMuteRequest
Returns a new instance of SetMuteRequest.
10224 10225 10226 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10224 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mute ⇒ String
Required. The desired state of the Mute.
Corresponds to the JSON property mute
10222 10223 10224 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10222 def mute @mute end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10229 10230 10231 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10229 def update!(**args) @mute = args[:mute] if args.key?(:mute) end |