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

Digest information.

Attributes

  • algo (type: String.t, default: nil) - SHA1, SHA512 etc.
  • digestBytes (type: String.t, default: nil) - Value of the digest.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Digest{
  algo: String.t() | nil,
  digestBytes: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.