Class: Google::Apis::OsconfigV1alpha::VulnerabilityReportVulnerabilityDetailsReference
- Inherits:
-
Object
- Object
- Google::Apis::OsconfigV1alpha::VulnerabilityReportVulnerabilityDetailsReference
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/osconfig_v1alpha/classes.rb,
lib/google/apis/osconfig_v1alpha/representations.rb,
lib/google/apis/osconfig_v1alpha/representations.rb
Overview
A reference for this vulnerability.
Instance Attribute Summary collapse
-
#url ⇒ String
The url of the reference.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VulnerabilityReportVulnerabilityDetailsReference
constructor
A new instance of VulnerabilityReportVulnerabilityDetailsReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VulnerabilityReportVulnerabilityDetailsReference
Returns a new instance of VulnerabilityReportVulnerabilityDetailsReference.
2399 2400 2401 |
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 2399 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url ⇒ String
The url of the reference.
Corresponds to the JSON property url
2397 2398 2399 |
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 2397 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2404 2405 2406 |
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 2404 def update!(**args) @url = args[:url] if args.key?(:url) end |