class Google::Apis::OsconfigV1alpha::VulnerabilityReportVulnerabilityDetailsReference
A reference for this vulnerability.
Attributes
source[RW]
The source of the reference e.g. NVD. Corresponds to the JSON property `source` @return [String]
url[RW]
The url of the reference. Corresponds to the JSON property `url` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/osconfig_v1alpha/classes.rb, line 2486 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/osconfig_v1alpha/classes.rb, line 2491 def update!(**args) @source = args[:source] if args.key?(:source) @url = args[:url] if args.key?(:url) end