class Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1MuteConfig
create/update events of findings.
A mute config is a Cloud SCC resource that contains the configuration to mute
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @description = args[:description] if args.key?(:description) @display_name = args[:display_name] if args.key?(:display_name) @expiry_time = args[:expiry_time] if args.key?(:expiry_time) @filter = args[:filter] if args.key?(:filter) @most_recent_editor = args[:most_recent_editor] if args.key?(:most_recent_editor) @name = args[:name] if args.key?(:name) @type = args[:type] if args.key?(:type) @update_time = args[:update_time] if args.key?(:update_time) end