GoogleApi.OnDemandScanning.V1.Model.SBOMStatus (google_api_on_demand_scanning v0.7.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.