Class: Google::Apis::ThreatintelligenceV1beta::TargetTechnologyAlertDetail
- Inherits:
-
Object
- Object
- Google::Apis::ThreatintelligenceV1beta::TargetTechnologyAlertDetail
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/threatintelligence_v1beta/classes.rb,
lib/google/apis/threatintelligence_v1beta/representations.rb,
lib/google/apis/threatintelligence_v1beta/representations.rb
Overview
Contains details for a technology watchlist alert.
Instance Attribute Summary collapse
-
#vulnerability_match ⇒ Google::Apis::ThreatintelligenceV1beta::VulnerabilityMatch
Contains details about a vulnerability match.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TargetTechnologyAlertDetail
constructor
A new instance of TargetTechnologyAlertDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TargetTechnologyAlertDetail
Returns a new instance of TargetTechnologyAlertDetail.
2203 2204 2205 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 2203 def initialize(**args) update!(**args) end |
Instance Attribute Details
#vulnerability_match ⇒ Google::Apis::ThreatintelligenceV1beta::VulnerabilityMatch
Contains details about a vulnerability match.
Corresponds to the JSON property vulnerabilityMatch
2201 2202 2203 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 2201 def vulnerability_match @vulnerability_match end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2208 2209 2210 |
# File 'lib/google/apis/threatintelligence_v1beta/classes.rb', line 2208 def update!(**args) @vulnerability_match = args[:vulnerability_match] if args.key?(:vulnerability_match) end |