Class: Google::Apis::SecuritycenterV1beta2::DynamicMuteRecord
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::DynamicMuteRecord
- 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
-
#match_time ⇒ String
Corresponds to the JSON property
matchTime. -
#mute_config ⇒ String
Corresponds to the JSON property
muteConfig.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DynamicMuteRecord
constructor
A new instance of DynamicMuteRecord.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DynamicMuteRecord
Returns a new instance of DynamicMuteRecord.
2043 2044 2045 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2043 def initialize(**args) update!(**args) end |
Instance Attribute Details
#match_time ⇒ String
Corresponds to the JSON property matchTime
2036 2037 2038 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2036 def match_time @match_time end |
#mute_config ⇒ String
Corresponds to the JSON property muteConfig
2041 2042 2043 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2041 def mute_config @mute_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2048 2049 2050 2051 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2048 def update!(**args) @match_time = args[:match_time] if args.key?(:match_time) @mute_config = args[:mute_config] if args.key?(:mute_config) end |