View Source GoogleApi.ContainerAnalysis.V1.Model.ExportSBOMResponse (google_api_container_analysis v0.28.0)

The response from a call to ExportSBOM.

Attributes

  • discoveryOccurrence (type: String.t, default: nil) - The name of the discovery occurrence in the form "projects/{project_id}/occurrences/{OCCURRENCE_ID} It can be used to track the progress of the SBOM export.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.ExportSBOMResponse{
  discoveryOccurrence: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.