class Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2MuteInfo

mute or any matching dynamic mute rules.
Mute information about the finding, including whether the finding has a static

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @dynamic_mute_records = args[:dynamic_mute_records] if args.key?(:dynamic_mute_records)
  @static_mute = args[:static_mute] if args.key?(:static_mute)
end