View Source GoogleApi.ArtifactRegistry.V1.Model.Hash (google_api_artifact_registry v0.15.0)

A hash of file content.

Attributes

  • type (type: String.t, default: nil) - The algorithm used to compute the hash value.
  • value (type: String.t, default: nil) - The hash value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.Hash{
  type: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.