Class: Google::Apis::SecuritycenterV1beta1::MuteInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MuteInfo

Returns a new instance of MuteInfo.



10725
10726
10727
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 10725

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

Instance Attribute Details

#dynamic_mute_recordsArray<Google::Apis::SecuritycenterV1beta1::DynamicMuteRecord>

Corresponds to the JSON property dynamicMuteRecords



10718
10719
10720
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 10718

def dynamic_mute_records
  @dynamic_mute_records
end

#static_muteGoogle::Apis::SecuritycenterV1beta1::StaticMute

Corresponds to the JSON property staticMute



10723
10724
10725
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 10723

def static_mute
  @static_mute
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10730
10731
10732
10733
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 10730

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