class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2DynamicMuteRecord

The record of a dynamic mute rule that matches the finding.

def initialize(**args)

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

def update!(**args)

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