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

Material is a material used in the generation of the provenance

Attributes

  • digest (type: map(), default: nil) - digest is a map from a hash algorithm (e.g. sha256) to the value in the material
  • uri (type: String.t, default: nil) - uri is the uri of the material

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Material{
  digest: map() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.