class Google::Apis::ContaineranalysisV1alpha1::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_v1alpha1/classes.rb, line 1166
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_v1alpha1/classes.rb, line 1171
def update!(**args)
  @data_licence = args[:data_licence] if args.key?(:data_licence)
  @spdx_version = args[:spdx_version] if args.key?(:spdx_version)
end