class Google::Apis::ContaineranalysisV1beta1::DocumentNote
DocumentNote
represents an SPDX Document Creation Infromation section: https:// spdx.github.io/spdx-spec/2-document-creation-information/
Attributes
data_licence[RW]
Compliance with the SPDX specification includes populating the SPDX fields therein with data related to such fields (“SPDX-Metadata”) Corresponds to the JSON property `dataLicence` @return [String]
spdx_version[RW]
Provide a reference number that can be used to understand how to parse and interpret the rest of the file Corresponds to the JSON property `spdxVersion` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 1093 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 1098 def update!(**args) @data_licence = args[:data_licence] if args.key?(:data_licence) @spdx_version = args[:spdx_version] if args.key?(:spdx_version) end