Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2MuteInfo
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2MuteInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta2/classes.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#dynamic_mute_records ⇒ Array<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DynamicMuteRecord>
Corresponds to the JSON property
dynamicMuteRecords. -
#static_mute ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2StaticMute
Corresponds to the JSON property
staticMute.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2MuteInfo
constructor
A new instance of GoogleCloudSecuritycenterV2MuteInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2MuteInfo
Returns a new instance of GoogleCloudSecuritycenterV2MuteInfo.
8175 8176 8177 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8175 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dynamic_mute_records ⇒ Array<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DynamicMuteRecord>
Corresponds to the JSON property dynamicMuteRecords
8168 8169 8170 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8168 def dynamic_mute_records @dynamic_mute_records end |
#static_mute ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2StaticMute
Corresponds to the JSON property staticMute
8173 8174 8175 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8173 def static_mute @static_mute end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8180 8181 8182 8183 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8180 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 |