class Google::Apis::OsconfigV1::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_v1/classes.rb, line 1876
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_v1/classes.rb, line 1881
def update!(**args)
  @source = args[:source] if args.key?(:source)
  @url = args[:url] if args.key?(:url)
end