Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2MuteInfo

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) ⇒ GoogleCloudSecuritycenterV2MuteInfo

Returns a new instance of GoogleCloudSecuritycenterV2MuteInfo.



8344
8345
8346
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8344

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

Instance Attribute Details

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

Corresponds to the JSON property dynamicMuteRecords



8337
8338
8339
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8337

def dynamic_mute_records
  @dynamic_mute_records
end

#static_muteGoogle::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2StaticMute

Corresponds to the JSON property staticMute



8342
8343
8344
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8342

def static_mute
  @static_mute
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8349
8350
8351
8352
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8349

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