Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2MuteInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2MuteInfo

Returns a new instance of GoogleCloudSecuritycenterV2MuteInfo.



8689
8690
8691
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8689

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

Instance Attribute Details

#dynamic_mute_recordsArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2DynamicMuteRecord>

Corresponds to the JSON property dynamicMuteRecords



8682
8683
8684
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8682

def dynamic_mute_records
  @dynamic_mute_records
end

#static_muteGoogle::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2StaticMute

Corresponds to the JSON property staticMute



8687
8688
8689
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8687

def static_mute
  @static_mute
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8694
8695
8696
8697
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8694

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