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

The response from a call to ExportSBOM

Attributes

  • discoveryOccurrenceId (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 progression of the SBOM export.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.