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
Instance Attribute Summary collapse
-
#mute ⇒ String
Corresponds to the JSON property
mute.
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.
12967 12968 12969 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 12967 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mute ⇒ String
Corresponds to the JSON property mute
12965 12966 12967 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 12965 def mute @mute end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12972 12973 12974 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 12972 def update!(**args) @mute = args[:mute] if args.key?(:mute) end |