View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.DocumentNote (google_api_container_analysis v0.28.0)

DocumentNote represents an SPDX Document Creation Infromation section: https://spdx.github.io/spdx-spec/2-document-creation-information/

Attributes

  • dataLicence (type: String.t, default: nil) - Compliance with the SPDX specification includes populating the SPDX fields therein with data related to such fields ("SPDX-Metadata")
  • spdxVersion (type: String.t, default: nil) - Provide a reference number that can be used to understand how to parse and interpret the rest of the file

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.DocumentNote{
  dataLicence: String.t() | nil,
  spdxVersion: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.