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

The note representing an SBOM reference.

Attributes

  • format (type: String.t, default: nil) - The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...
  • version (type: String.t, default: nil) - The version of the format that the SBOM takes. E.g. if the format is spdx, the version may be 2.3.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.SBOMReferenceNote{
  format: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.