View Source GoogleApi.ContainerAnalysis.V1beta1.Model.SBOMStatus (google_api_container_analysis v0.28.0)

The status of an SBOM generation.

Attributes

  • error (type: String.t, default: nil) - If there was an error generating an SBOM, this will indicate what that error was.
  • sbomState (type: String.t, default: nil) - The progress of the SBOM generation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.SBOMStatus{
  error: String.t() | nil,
  sbomState: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.