Class DocumentNote
DocumentNote represents an SPDX Document Creation Infromation section: https://spdx.github.io/spdx-spec/2-document-creation-information/
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class DocumentNote : IDirectResponseSchema
Properties
DataLicence
Compliance with the SPDX specification includes populating the SPDX fields therein with data related to such fields ("SPDX-Metadata")
Declaration
[JsonProperty("dataLicence")]
public virtual string DataLicence { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SpdxVersion
Provide a reference number that can be used to understand how to parse and interpret the rest of the file
Declaration
[JsonProperty("spdxVersion")]
public virtual string SpdxVersion { get; set; }
Property Value
Type | Description |
---|---|
string |